| Index: client/dom/generated/src/frog/SVGAnimatedPreserveAspectRatio.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAnimatedPreserveAspectRatio.dart b/client/dom/generated/src/frog/SVGAnimatedPreserveAspectRatio.dart
|
| index 4786b6443dd8bdb70243f2aaf58b88c586aeba47..417fef253f90079c1feacdae090470d8a4006424 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimatedPreserveAspectRatio.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimatedPreserveAspectRatio.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class SVGAnimatedPreserveAspectRatio native "*SVGAnimatedPreserveAspectRatio" {
|
|
|
| - SVGPreserveAspectRatio animVal;
|
| + SVGPreserveAspectRatio get animVal() native "return this.animVal;";
|
|
|
| - SVGPreserveAspectRatio baseVal;
|
| + SVGPreserveAspectRatio get baseVal() native "return this.baseVal;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|