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 103a6a1f4955343cd76bb41ea1119c0adb33e4c5..40301ada3414de120c9df5b62f2ec250a3ba315a 100644 |
--- a/client/dom/generated/src/frog/CSSValue.dart |
+++ b/client/dom/generated/src/frog/CSSValue.dart |
@@ -1,5 +1,5 @@ |
-class CSSValueJS implements CSSValue native "*CSSValue" { |
+class CSSValueJs extends DOMTypeJs implements CSSValue native "*CSSValue" { |
static final int CSS_CUSTOM = 3; |
@@ -14,8 +14,4 @@ class CSSValueJS implements CSSValue native "*CSSValue" { |
void set cssText(String value) native "this.cssText = value;"; |
int get cssValueType() native "return this.cssValueType;"; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
} |