Index: client/dom/generated/src/frog/CSSValue.dart |
diff --git a/client/dom/generated/src/frog/CSSValue.dart b/client/dom/generated/src/frog/CSSValue.dart |
index 696e2422b7f16aa3468089423ce3ab2f936a0331..33ee3029d8dc8550440ff2b7bd87b4e9856a90f4 100644 |
--- a/client/dom/generated/src/frog/CSSValue.dart |
+++ b/client/dom/generated/src/frog/CSSValue.dart |
@@ -9,9 +9,7 @@ class _CSSValueJs extends _DOMTypeJs implements CSSValue native "*CSSValue" { |
static final int CSS_VALUE_LIST = 2; |
- String get cssText() native "return this.cssText;"; |
+ String cssText; |
- void set cssText(String value) native "this.cssText = value;"; |
- |
- int get cssValueType() native "return this.cssValueType;"; |
+ final int cssValueType; |
} |