summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOptionsCollection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOptionsCollection.idl')
-rw-r--r--WebCore/html/HTMLOptionsCollection.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLOptionsCollection.idl b/WebCore/html/HTMLOptionsCollection.idl
index 226f3d7..5f85fcb 100644
--- a/WebCore/html/HTMLOptionsCollection.idl
+++ b/WebCore/html/HTMLOptionsCollection.idl
@@ -36,7 +36,7 @@ module html {
raises (DOMException);
[Custom] void remove(in unsigned long index);
-#if !defined(LANGUAGE_JAVASCRIPT)
+#if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
Node item(in unsigned long index);
Node namedItem(in DOMString name);
#endif