| 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 e017441cd6452cdb6db2ebe698432d8eb67f8797..8933d8e8e450b862c201be2a681a7c8a7b8ca2a7 100644
|
| --- a/client/dom/generated/src/frog/CSSStyleSheet.dart
|
| +++ b/client/dom/generated/src/frog/CSSStyleSheet.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| -class CSSStyleSheetJS extends StyleSheetJS implements CSSStyleSheet native "*CSSStyleSheet" {
|
| +class CSSStyleSheetJs extends StyleSheetJs implements CSSStyleSheet native "*CSSStyleSheet" {
|
|
|
| - CSSRuleListJS get cssRules() native "return this.cssRules;";
|
| + CSSRuleListJs get cssRules() native "return this.cssRules;";
|
|
|
| - CSSRuleJS get ownerRule() native "return this.ownerRule;";
|
| + CSSRuleJs get ownerRule() native "return this.ownerRule;";
|
|
|
| - CSSRuleListJS get rules() native "return this.rules;";
|
| + CSSRuleListJs get rules() native "return this.rules;";
|
|
|
| int addRule(String selector, String style, [int index = null]) native;
|
|
|
|
|