Index: client/dom/generated/src/frog/SVGAltGlyphElement.dart |
diff --git a/client/dom/generated/src/frog/SVGAltGlyphElement.dart b/client/dom/generated/src/frog/SVGAltGlyphElement.dart |
index a68e2cfb4ea58320cdfb5f3ad56add5774804dbd..f73dac226303e93263f4c85fda61816a9bb582b7 100644 |
--- a/client/dom/generated/src/frog/SVGAltGlyphElement.dart |
+++ b/client/dom/generated/src/frog/SVGAltGlyphElement.dart |
@@ -1,5 +1,5 @@ |
-class SVGAltGlyphElementJS extends SVGTextPositioningElementJS implements SVGAltGlyphElement native "*SVGAltGlyphElement" { |
+class SVGAltGlyphElementJs extends SVGTextPositioningElementJs implements SVGAltGlyphElement native "*SVGAltGlyphElement" { |
String get format() native "return this.format;"; |
@@ -11,5 +11,5 @@ class SVGAltGlyphElementJS extends SVGTextPositioningElementJS implements SVGAlt |
// From SVGURIReference |
- SVGAnimatedStringJS get href() native "return this.href;"; |
+ SVGAnimatedStringJs get href() native "return this.href;"; |
} |