| 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 1185e294f289b3a88eae34a302e845b3780b49e3..26f69bae0c5c29f367d47664191115a7d3f38842 100644
|
| --- a/client/dom/generated/src/frog/CSSRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSRule.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class CSSRule native "*CSSRule" {
|
| +class CSSRuleJS implements CSSRule native "*CSSRule" {
|
|
|
| static final int CHARSET_RULE = 2;
|
|
|
| @@ -25,9 +25,9 @@ class CSSRule native "*CSSRule" {
|
|
|
| void set cssText(String value) native "this.cssText = value;";
|
|
|
| - CSSRule get parentRule() native "return this.parentRule;";
|
| + CSSRuleJS get parentRule() native "return this.parentRule;";
|
|
|
| - CSSStyleSheet get parentStyleSheet() native "return this.parentStyleSheet;";
|
| + CSSStyleSheetJS get parentStyleSheet() native "return this.parentStyleSheet;";
|
|
|
| int get type() native "return this.type;";
|
|
|
|
|