| 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 e62481500e0bb81e8418a27eeb444dd30829d5b6..ced9bf68ecbdbbbdbf9eb463c75320e4774c7bcc 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimatedNumberList.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| -class SVGAnimatedNumberListJs extends DOMTypeJs implements SVGAnimatedNumberList native "*SVGAnimatedNumberList" {
|
| +class _SVGAnimatedNumberListJs extends _DOMTypeJs implements SVGAnimatedNumberList native "*SVGAnimatedNumberList" {
|
|
|
| - SVGNumberListJs get animVal() native "return this.animVal;";
|
| + _SVGNumberListJs get animVal() native "return this.animVal;";
|
|
|
| - SVGNumberListJs get baseVal() native "return this.baseVal;";
|
| + _SVGNumberListJs get baseVal() native "return this.baseVal;";
|
| }
|
|
|