Index: Source/core/html/RadioNodeList.idl |
diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl |
index 057ad06c0baca86207bdc7f5ce3328176b7e35fd..498ee8e28671f2f19c35a5663bb7b36b4cdde9f7 100644 |
--- a/Source/core/html/RadioNodeList.idl |
+++ b/Source/core/html/RadioNodeList.idl |
@@ -23,9 +23,9 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- NoInterfaceObject, |
-] interface RadioNodeList : NodeList { |
+// https://html.spec.whatwg.org/#radionodelist |
+ |
+interface RadioNodeList : NodeList { |
attribute DOMString value; |
[ImplementedAs=item] getter Node (unsigned long index); |
}; |