Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 2e3514af7dac29cce07958fd7e8b579aa7ae0832..3de365fb6606c4c67eb7ab75558961c57526927b 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -89,7 +89,7 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" }; |
void optionsObject(Dictionary oo, optional Dictionary ooo); |
// Indexed/named properties |
- [ImplementedAs=item] getter Node (unsigned long index); |
+ [ImplementedAs=item] getter (NodeList or Node)(unsigned long index); |
getter DOMString namedItem(DOMString name); |
// Exceptions |