| 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 528b3b11699b94331cdd2311900e1c1e791e6df7..b2c890a7152f7181275274f13d50e08e0afa557c 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" {
|
|
|
| - _CSSRuleListJs get cssRules() native "return this.cssRules;";
|
| + final _CSSRuleListJs cssRules;
|
|
|
| - _CSSRuleJs get ownerRule() native "return this.ownerRule;";
|
| + final _CSSRuleJs ownerRule;
|
|
|
| - _CSSRuleListJs get rules() native "return this.rules;";
|
| + final _CSSRuleListJs rules;
|
|
|
| int addRule(String selector, String style, [int index = null]) native;
|
|
|
|
|