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..65dca72404388b812ec221fd5ea547cd9cb1ec94 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -89,8 +89,8 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" }; |
void optionsObject(Dictionary oo, optional Dictionary ooo); |
// Indexed/named properties |
- [ImplementedAs=item] getter Node (unsigned long index); |
- getter DOMString namedItem(DOMString name); |
+ [ImplementedAs=item] getter (NodeList or Node)(unsigned long index); |
+ getter Node namedItem(DOMString name); |
// Exceptions |
[RaisesException] void methodWithException(); |