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