~ubuntu-branches/ubuntu/karmic/webkit/karmic-proposed

« back to all changes in this revision

Viewing changes to WebCore/html/HTMLObjectElement.idl

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-05-15 18:30:58 UTC
  • mto: (4.4.1 sid) (1.2.2 upstream) (16.1.1 lucid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090515183058-35m5or0ufm5tutud
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        // Introduced in DOM Level 2:
51
51
        readonly attribute [CheckFrameSecurity] Document        contentDocument;
52
52
 
53
 
#if !defined(LANGUAGE_COM)
54
 
#if ENABLE_SVG
55
 
#if !defined(LANGUAGE_OBJECTIVE_C) || defined(ENABLE_SVG_DOM_OBJC_BINDINGS)
 
53
#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
 
54
#if defined(ENABLE_SVG) && ENABLE_SVG
 
55
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C || defined(ENABLE_SVG_DOM_OBJC_BINDINGS) && ENABLE_SVG_DOM_OBJC_BINDINGS
56
56
        [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
57
57
            raises(DOMException);
58
58
#endif
59
59
#endif
60
60
#endif
61
61
 
62
 
#if defined(LANGUAGE_OBJECTIVE_C)
 
62
#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
63
63
        // Objective-C extension:
64
64
        readonly attribute URL             absoluteImageURL;
65
65
#endif