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