| Index: client/dom/generated/src/frog/CSSImportRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSImportRule.dart b/client/dom/generated/src/frog/CSSImportRule.dart
|
| index b7975ab0c1849c4e5d570797aac5de48efbdee70..77fdebe5234caa55ad355c9f3539bb6456ca6427 100644
|
| --- a/client/dom/generated/src/frog/CSSImportRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSImportRule.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| -class CSSImportRule extends CSSRule native "*CSSImportRule" {
|
| +class CSSImportRuleJS extends CSSRuleJS implements CSSImportRule native "*CSSImportRule" {
|
|
|
| String get href() native "return this.href;";
|
|
|
| - MediaList get media() native "return this.media;";
|
| + MediaListJS get media() native "return this.media;";
|
|
|
| - CSSStyleSheet get styleSheet() native "return this.styleSheet;";
|
| + CSSStyleSheetJS get styleSheet() native "return this.styleSheet;";
|
| }
|
|
|