| Index: client/dom/generated/src/frog/StyleSheet.dart
|
| diff --git a/client/dom/generated/src/frog/StyleSheet.dart b/client/dom/generated/src/frog/StyleSheet.dart
|
| index 5bf2cca39cd676cdf9625e415da27618857d86a9..470ee99c1a7cd75dc79edac3effcdb3a2cac7fed 100644
|
| --- a/client/dom/generated/src/frog/StyleSheet.dart
|
| +++ b/client/dom/generated/src/frog/StyleSheet.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class StyleSheet native "*StyleSheet" {
|
| +class StyleSheetJS implements StyleSheet native "*StyleSheet" {
|
|
|
| bool get disabled() native "return this.disabled;";
|
|
|
| @@ -7,11 +7,11 @@ class StyleSheet native "*StyleSheet" {
|
|
|
| String get href() native "return this.href;";
|
|
|
| - MediaList get media() native "return this.media;";
|
| + MediaListJS get media() native "return this.media;";
|
|
|
| - Node get ownerNode() native "return this.ownerNode;";
|
| + NodeJS get ownerNode() native "return this.ownerNode;";
|
|
|
| - StyleSheet get parentStyleSheet() native "return this.parentStyleSheet;";
|
| + StyleSheetJS get parentStyleSheet() native "return this.parentStyleSheet;";
|
|
|
| String get title() native "return this.title;";
|
|
|
|
|