| Index: client/dom/generated/src/frog/SVGAnimationElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAnimationElement.dart b/client/dom/generated/src/frog/SVGAnimationElement.dart
|
| index fb73d33ea287f050cd3975d15fb29434a7279575..a9a230f498d1cc479c78b52bc8b85e878d837379 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimationElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimationElement.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| class _SVGAnimationElementJs extends _SVGElementJs implements SVGAnimationElement native "*SVGAnimationElement" {
|
|
|
| - _SVGElementJs get targetElement() native "return this.targetElement;";
|
| + final _SVGElementJs targetElement;
|
|
|
| num getCurrentTime() native;
|
|
|
| @@ -11,17 +11,17 @@ class _SVGAnimationElementJs extends _SVGElementJs implements SVGAnimationElemen
|
|
|
| // From SVGTests
|
|
|
| - _SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;";
|
| + final _SVGStringListJs requiredExtensions;
|
|
|
| - _SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;";
|
| + final _SVGStringListJs requiredFeatures;
|
|
|
| - _SVGStringListJs get systemLanguage() native "return this.systemLanguage;";
|
| + final _SVGStringListJs systemLanguage;
|
|
|
| bool hasExtension(String extension) native;
|
|
|
| // From SVGExternalResourcesRequired
|
|
|
| - _SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;";
|
| + final _SVGAnimatedBooleanJs externalResourcesRequired;
|
|
|
| // From ElementTimeControl
|
|
|
|
|