Index: client/dom/generated/src/frog/CSSStyleSheet.dart |
diff --git a/client/dom/generated/src/frog/CSSStyleSheet.dart b/client/dom/generated/src/frog/CSSStyleSheet.dart |
index 31a05c59ad6dbe40a93824c3524b286bd0ba8664..e017441cd6452cdb6db2ebe698432d8eb67f8797 100644 |
--- a/client/dom/generated/src/frog/CSSStyleSheet.dart |
+++ b/client/dom/generated/src/frog/CSSStyleSheet.dart |
@@ -1,11 +1,11 @@ |
-class CSSStyleSheet extends StyleSheet native "*CSSStyleSheet" { |
+class CSSStyleSheetJS extends StyleSheetJS implements CSSStyleSheet native "*CSSStyleSheet" { |
- CSSRuleList get cssRules() native "return this.cssRules;"; |
+ CSSRuleListJS get cssRules() native "return this.cssRules;"; |
- CSSRule get ownerRule() native "return this.ownerRule;"; |
+ CSSRuleJS get ownerRule() native "return this.ownerRule;"; |
- CSSRuleList get rules() native "return this.rules;"; |
+ CSSRuleListJS get rules() native "return this.rules;"; |
int addRule(String selector, String style, [int index = null]) native; |