summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl b/chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl
index 47beea06be2..057ad06c0ba 100644
--- a/chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl
+++ b/chromium/third_party/WebKit/Source/core/html/RadioNodeList.idl
@@ -24,8 +24,8 @@
*/
[
- NoInterfaceObject
+ NoInterfaceObject,
] interface RadioNodeList : NodeList {
attribute DOMString value;
- [ImplementedAs=item] getter Node(unsigned long index);
+ [ImplementedAs=item] getter Node (unsigned long index);
};