Index: Source/core/css/CSSRule.idl |
diff --git a/Source/core/css/CSSRule.idl b/Source/core/css/CSSRule.idl |
index a708af4080941a6826119f5da86740e253912528..ce1b804224ca0a8b5cc4b59f4d362087b9bb3811 100644 |
--- a/Source/core/css/CSSRule.idl |
+++ b/Source/core/css/CSSRule.idl |
@@ -19,13 +19,11 @@ |
*/ |
// Introduced in DOM Level 2: |
+// http://dev.w3.org/csswg/cssom/#the-cssrule-interface |
[ |
- Custom=Wrap, |
DependentLifetime, |
- NotScriptWrappable, |
WillBeGarbageCollected, |
] interface CSSRule { |
- |
// RuleType |
const unsigned short UNKNOWN_RULE = 0; |
const unsigned short STYLE_RULE = 1; |
@@ -48,5 +46,4 @@ |
readonly attribute CSSStyleSheet parentStyleSheet; |
readonly attribute CSSRule parentRule; |
- |
}; |