~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/webkit/WebCore/generated/JSSVGElementWrapperFactory.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT.
3
 
 *
4
 
 *
5
 
 * Copyright (C) 2005 Apple Computer, Inc.  All rights reserved.
 
2
 * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT.
 
3
 *
 
4
 * This file was generated by the dom/make_names.pl script.
 
5
 *
 
6
 * Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc.  All rights reserved.
6
7
 *
7
8
 * Redistribution and use in source and binary forms, with or without
8
9
 * modification, are permitted provided that the following conditions
23
24
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24
25
 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
26
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
 
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
27
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
 */
28
29
 
29
 
 
30
30
#ifndef JSSVGElementWrapperFactory_h
31
31
#define JSSVGElementWrapperFactory_h
32
32
 
40
40
namespace WebCore {
41
41
 
42
42
    class JSNode;
 
43
    class JSDOMGlobalObject;
43
44
    class SVGElement;
44
45
 
45
 
    JSNode* createJSSVGWrapper(JSC::ExecState*, PassRefPtr<SVGElement>);
 
46
    JSNode* createJSSVGWrapper(JSC::ExecState*, JSDOMGlobalObject*, PassRefPtr<SVGElement>);
46
47
 
47
48
}
48
49