summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Attr.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Attr.idl')
-rw-r--r--WebCore/dom/Attr.idl13
1 files changed, 6 insertions, 7 deletions
diff --git a/WebCore/dom/Attr.idl b/WebCore/dom/Attr.idl
index c01f34a..af84478 100644
--- a/WebCore/dom/Attr.idl
+++ b/WebCore/dom/Attr.idl
@@ -22,10 +22,7 @@ module core {
interface [
CustomMarkFunction,
- GenerateConstructor,
- GenerateNativeConverter,
- InterfaceUUID=EEE8E22B-22C3-4e50-95F4-5E0B8AAD8231,
- ImplementationUUID=41B16348-D8E7-4d21-BFDB-125705B7E91F
+ GenerateNativeConverter
] Attr : Node {
// DOM Level 1
@@ -38,11 +35,13 @@ module core {
// DOM Level 2
readonly attribute Element ownerElement;
-
+
+ // DOM Level 3
+
+ readonly attribute boolean isId;
+
// extensions
-#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
readonly attribute CSSStyleDeclaration style;
-#endif
};
}