summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/RadioNodeList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/RadioNodeList.idl')
-rw-r--r--Source/WebCore/html/RadioNodeList.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/html/RadioNodeList.idl b/Source/WebCore/html/RadioNodeList.idl
index c0ed32c7c..234d4552f 100644
--- a/Source/WebCore/html/RadioNodeList.idl
+++ b/Source/WebCore/html/RadioNodeList.idl
@@ -24,10 +24,9 @@
*/
[
- NoInterfaceObject,
JSGenerateToJSObject,
] interface RadioNodeList : NodeList {
attribute DOMString value;
- getter Node (unsigned long index);
+ getter HTMLElement (unsigned long index);
};