| Index: client/dom/generated/src/frog/SVGStringList.dart
|
| diff --git a/client/dom/generated/src/frog/SVGStringList.dart b/client/dom/generated/src/frog/SVGStringList.dart
|
| index 51c2e5d6f9b4eec0c03751a6f549dafe70cf5e24..70899165fb75c834ae943f140e04466676637d59 100644
|
| --- a/client/dom/generated/src/frog/SVGStringList.dart
|
| +++ b/client/dom/generated/src/frog/SVGStringList.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGStringListJS implements SVGStringList native "*SVGStringList" {
|
| +class SVGStringListJs extends DOMTypeJs implements SVGStringList native "*SVGStringList" {
|
|
|
| int get numberOfItems() native "return this.numberOfItems;";
|
|
|
| @@ -16,8 +16,4 @@ class SVGStringListJS implements SVGStringList native "*SVGStringList" {
|
| String removeItem(int index) native;
|
|
|
| String replaceItem(String item, int index) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|