summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLCollection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLCollection.idl')
-rw-r--r--WebCore/html/HTMLCollection.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/HTMLCollection.idl b/WebCore/html/HTMLCollection.idl
index 1ba5ec7..45d1127 100644
--- a/WebCore/html/HTMLCollection.idl
+++ b/WebCore/html/HTMLCollection.idl
@@ -34,8 +34,9 @@ module html {
[Custom] Node item(in unsigned long index);
[Custom] Node namedItem(in DOMString name);
- // Extensions
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
NodeList tags(in DOMString name);
+#endif
};
}