Index: client/dom/generated/src/frog/SVGLength.dart |
diff --git a/client/dom/generated/src/frog/SVGLength.dart b/client/dom/generated/src/frog/SVGLength.dart |
index df1f4a38d5b3ab60a0966b3324c71a307e5b5a6c..4278a47f613af7966ebf261c18a52aca58a6924b 100644 |
--- a/client/dom/generated/src/frog/SVGLength.dart |
+++ b/client/dom/generated/src/frog/SVGLength.dart |
@@ -1,5 +1,5 @@ |
-class SVGLengthJS implements SVGLength native "*SVGLength" { |
+class SVGLengthJs extends DOMTypeJs implements SVGLength native "*SVGLength" { |
static final int SVG_LENGTHTYPE_CM = 6; |
@@ -40,8 +40,4 @@ class SVGLengthJS implements SVGLength native "*SVGLength" { |
void convertToSpecifiedUnits(int unitType) native; |
void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
} |