Index: client/dom/generated/src/frog/SVGStylable.dart |
diff --git a/client/dom/generated/src/frog/SVGStylable.dart b/client/dom/generated/src/frog/SVGStylable.dart |
index ccd49884717461be8e41ff22ebd80cae28c66994..6d9418cfba8ee3f1965f402b7fa01dfeb72afac2 100644 |
--- a/client/dom/generated/src/frog/SVGStylable.dart |
+++ b/client/dom/generated/src/frog/SVGStylable.dart |
@@ -1,11 +1,11 @@ |
-class SVGStylable native "*SVGStylable" { |
+class SVGStylableJS implements SVGStylable native "*SVGStylable" { |
- SVGAnimatedString get className() native "return this.className;"; |
+ SVGAnimatedStringJS get className() native "return this.className;"; |
- CSSStyleDeclaration get style() native "return this.style;"; |
+ CSSStyleDeclarationJS get style() native "return this.style;"; |
- CSSValue getPresentationAttribute(String name) native; |
+ CSSValueJS getPresentationAttribute(String name) native; |
var dartObjectLocalStorage; |