Index: Source/core/css/CSSRuleList.idl |
diff --git a/Source/core/css/CSSRuleList.idl b/Source/core/css/CSSRuleList.idl |
index 361dea522dacddca65a399dfc0f063a7b9eb3297..e89a8205eaa63d5e4337dbf285e0fd642f0fd76e 100644 |
--- a/Source/core/css/CSSRuleList.idl |
+++ b/Source/core/css/CSSRuleList.idl |
@@ -25,7 +25,7 @@ |
// Introduced in DOM Level 2: |
[ |
- DependentLifetime, |
+ DependentLifetime |
] interface CSSRuleList { |
readonly attribute unsigned long length; |
getter CSSRule item([Default=Undefined] optional unsigned long index); |