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

« back to all changes in this revision

Viewing changes to src/3rdparty/webkit/WebCore/dom/Attr.idl

  • 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
 
 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
 
2
 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3
3
 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
4
4
 *
5
5
 * This library is free software; you can redistribute it and/or
21
21
module core {
22
22
 
23
23
    interface [
 
24
        CustomMarkFunction,
24
25
        GenerateConstructor,
25
26
        GenerateNativeConverter,
26
27
        InterfaceUUID=EEE8E22B-22C3-4e50-95F4-5E0B8AAD8231,
27
28
        ImplementationUUID=41B16348-D8E7-4d21-BFDB-125705B7E91F
28
 
    ] Attr : EventTargetNode {
 
29
    ] Attr : Node {
29
30
 
30
31
        // DOM Level 1
31
32
 
39
40
        readonly attribute Element ownerElement;
40
41
        
41
42
        // extensions
42
 
#if !defined(LANGUAGE_COM)
 
43
#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
43
44
        readonly attribute CSSStyleDeclaration style;
44
45
#endif
45
46
    };