Index: core/css/CSSValueList.idl |
diff --git a/core/css/CSSValueList.idl b/core/css/CSSValueList.idl |
index 04ad96ff18258d0a839708f39fd237ee24bba867..4d808f9d5f4cd21ee4093f99d7a166d1f49b4804 100644 |
--- a/core/css/CSSValueList.idl |
+++ b/core/css/CSSValueList.idl |
@@ -24,8 +24,7 @@ |
*/ |
// Introduced in DOM Level 2: |
-[ |
-] interface CSSValueList : CSSValue { |
+interface CSSValueList : CSSValue { |
readonly attribute unsigned long length; |
[ImplementedAs=itemWithBoundsCheck] getter CSSValue item(unsigned long index); |
}; |