Chromium Code Reviews| Index: Source/core/html/RadioNodeList.idl |
| diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl |
| index cfb85c2eaaec05b0d863a702c1feabbf924634ef..20948757cfdc7830eebf8c5850d6043bfbbdb8ed 100644 |
| --- a/Source/core/html/RadioNodeList.idl |
| +++ b/Source/core/html/RadioNodeList.idl |
| @@ -24,6 +24,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| IndexedGetter, |
| ] interface RadioNodeList : NodeList { |
| attribute DOMString value; |