Chromium Code Reviews| Index: Source/core/html/RadioNodeList.idl |
| diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl |
| index 1d6818bbaad15b71d3288e957960b8c5829def1a..498c7a7b407eb0bb441c9cfbb60eacb58bfab20d 100644 |
| --- a/Source/core/html/RadioNodeList.idl |
| +++ b/Source/core/html/RadioNodeList.idl |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface RadioNodeList : NodeList { |
| attribute DOMString value; |
| + [ImplementedAs=item] getter Node([IsIndex,Default=Undefined] optional unsigned long index); |
| }; |