| Index: client/dom/generated/src/frog/CSSRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSRule.dart b/client/dom/generated/src/frog/CSSRule.dart
|
| index e1c22a992a21cf035283998de2eb57a2980de0a6..2be2fe5092e06165b5d5b5a6608c4b19510ba246 100644
|
| --- a/client/dom/generated/src/frog/CSSRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSRule.dart
|
| @@ -21,13 +21,11 @@ class _CSSRuleJs extends _DOMTypeJs implements CSSRule native "*CSSRule" {
|
|
|
| static final int WEBKIT_REGION_RULE = 10;
|
|
|
| - String get cssText() native "return this.cssText;";
|
| + String cssText;
|
|
|
| - void set cssText(String value) native "this.cssText = value;";
|
| + final _CSSRuleJs parentRule;
|
|
|
| - _CSSRuleJs get parentRule() native "return this.parentRule;";
|
| + final _CSSStyleSheetJs parentStyleSheet;
|
|
|
| - _CSSStyleSheetJs get parentStyleSheet() native "return this.parentStyleSheet;";
|
| -
|
| - int get type() native "return this.type;";
|
| + final int type;
|
| }
|
|
|