| 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 f73dac226303e93263f4c85fda61816a9bb582b7..3f3a82922345e12c81310669be0382f8836bc1e5 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;";
|
| }
|
|
|