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