| Index: client/dom/generated/src/frog/SVGTextPathElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGTextPathElement.dart b/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| index 6dac4d3568a6d4086f57ff6671000531543b673e..a469f2481c6e9c202a0442ae88f5a29f84cdc8d5 100644
|
| --- a/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGTextPathElement extends SVGTextContentElement native "*SVGTextPathElement" {
|
| +class SVGTextPathElementJS extends SVGTextContentElementJS implements SVGTextPathElement native "*SVGTextPathElement" {
|
|
|
| static final int TEXTPATH_METHODTYPE_ALIGN = 1;
|
|
|
| @@ -13,13 +13,13 @@ class SVGTextPathElement extends SVGTextContentElement native "*SVGTextPathEleme
|
|
|
| static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
|
|
|
| - SVGAnimatedEnumeration get method() native "return this.method;";
|
| + SVGAnimatedEnumerationJS get method() native "return this.method;";
|
|
|
| - SVGAnimatedEnumeration get spacing() native "return this.spacing;";
|
| + SVGAnimatedEnumerationJS get spacing() native "return this.spacing;";
|
|
|
| - SVGAnimatedLength get startOffset() native "return this.startOffset;";
|
| + SVGAnimatedLengthJS get startOffset() native "return this.startOffset;";
|
|
|
| // From SVGURIReference
|
|
|
| - SVGAnimatedString get href() native "return this.href;";
|
| + SVGAnimatedStringJS get href() native "return this.href;";
|
| }
|
|
|