| Index: client/dom/generated/src/frog/SVGPathSeg.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathSeg.dart b/client/dom/generated/src/frog/SVGPathSeg.dart
|
| index 8474512eb5baeb84f3229d62c8db45df55cb63f3..f34fd30ff777934f1c0badc536e2db8bf50b4a11 100644
|
| --- a/client/dom/generated/src/frog/SVGPathSeg.dart
|
| +++ b/client/dom/generated/src/frog/SVGPathSeg.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGPathSegJS implements SVGPathSeg native "*SVGPathSeg" {
|
| +class SVGPathSegJs extends DOMTypeJs implements SVGPathSeg native "*SVGPathSeg" {
|
|
|
| static final int PATHSEG_ARC_ABS = 10;
|
|
|
| @@ -44,8 +44,4 @@ class SVGPathSegJS implements SVGPathSeg native "*SVGPathSeg" {
|
| int get pathSegType() native "return this.pathSegType;";
|
|
|
| String get pathSegTypeAsLetter() native "return this.pathSegTypeAsLetter;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|