diff options
Diffstat (limited to 'components/script_bindings')
-rw-r--r-- | components/script_bindings/webidls/CSSStyleRule.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_bindings/webidls/CSSStyleRule.webidl b/components/script_bindings/webidls/CSSStyleRule.webidl index 48bf819bb89..b9211c9f283 100644 --- a/components/script_bindings/webidls/CSSStyleRule.webidl +++ b/components/script_bindings/webidls/CSSStyleRule.webidl @@ -4,7 +4,7 @@ // https://drafts.csswg.org/cssom/#the-cssstylerule-interface [Exposed=Window] -interface CSSStyleRule : CSSRule { +interface CSSStyleRule : CSSGroupingRule { attribute DOMString selectorText; [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style; }; |