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.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/dom/Attr.idl b/WebCore/dom/Attr.idl
index d959cd1..bff9c7b 100644
--- a/WebCore/dom/Attr.idl
+++ b/WebCore/dom/Attr.idl
@@ -42,8 +42,10 @@ module core {
readonly attribute boolean isId;
- // extensions
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
+ // This extension is no longer needed, but it has to remain available in Objective C, as it's public API.
readonly attribute CSSStyleDeclaration style;
+#endif
};
}