Index: core/html/RadioNodeList.idl |
diff --git a/core/html/RadioNodeList.idl b/core/html/RadioNodeList.idl |
index 498c7a7b407eb0bb441c9cfbb60eacb58bfab20d..47beea06be2b62ff3d09ac4e67d542a7cf834fc8 100644 |
--- a/core/html/RadioNodeList.idl |
+++ b/core/html/RadioNodeList.idl |
@@ -27,5 +27,5 @@ |
NoInterfaceObject |
] interface RadioNodeList : NodeList { |
attribute DOMString value; |
- [ImplementedAs=item] getter Node([IsIndex,Default=Undefined] optional unsigned long index); |
+ [ImplementedAs=item] getter Node(unsigned long index); |
}; |