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 081a44bed9ab2596a8d606f781d4260a811532d6..15fd3b3c990fb92f721656cc18799a1b4c4d01ca 100644 |
--- a/client/dom/generated/src/frog/StyleSheet.dart |
+++ b/client/dom/generated/src/frog/StyleSheet.dart |
@@ -1,5 +1,5 @@ |
-class StyleSheetJs extends DOMTypeJs implements StyleSheet native "*StyleSheet" { |
+class _StyleSheetJs extends _DOMTypeJs implements StyleSheet native "*StyleSheet" { |
bool get disabled() native "return this.disabled;"; |
@@ -7,11 +7,11 @@ class StyleSheetJs extends DOMTypeJs implements StyleSheet native "*StyleSheet" |
String get href() native "return this.href;"; |
- MediaListJs get media() native "return this.media;"; |
+ _MediaListJs get media() native "return this.media;"; |
- NodeJs get ownerNode() native "return this.ownerNode;"; |
+ _NodeJs get ownerNode() native "return this.ownerNode;"; |
- StyleSheetJs get parentStyleSheet() native "return this.parentStyleSheet;"; |
+ _StyleSheetJs get parentStyleSheet() native "return this.parentStyleSheet;"; |
String get title() native "return this.title;"; |