| Index: client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAnimatedNumberList.dart b/client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| index 9c227111d55a6bd7cbce14f58674860dae23654e..bb492c94749654560f1965da2687144fe55f7c31 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| -class SVGAnimatedNumberList native "*SVGAnimatedNumberList" {
|
| +class SVGAnimatedNumberListJS implements SVGAnimatedNumberList native "*SVGAnimatedNumberList" {
|
|
|
| - SVGNumberList get animVal() native "return this.animVal;";
|
| + SVGNumberListJS get animVal() native "return this.animVal;";
|
|
|
| - SVGNumberList get baseVal() native "return this.baseVal;";
|
| + SVGNumberListJS get baseVal() native "return this.baseVal;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|