| Index: client/dom/generated/src/frog/SVGPathSegList.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathSegList.dart b/client/dom/generated/src/frog/SVGPathSegList.dart
|
| deleted file mode 100644
|
| index 85a3a6506e107ad902914a5d9e635af03c48cfd3..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/SVGPathSegList.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _SVGPathSegListJs extends _DOMTypeJs implements SVGPathSegList native "*SVGPathSegList" {
|
| -
|
| - final int numberOfItems;
|
| -
|
| - _SVGPathSegJs appendItem(_SVGPathSegJs newItem) native;
|
| -
|
| - void clear() native;
|
| -
|
| - _SVGPathSegJs getItem(int index) native;
|
| -
|
| - _SVGPathSegJs initialize(_SVGPathSegJs newItem) native;
|
| -
|
| - _SVGPathSegJs insertItemBefore(_SVGPathSegJs newItem, int index) native;
|
| -
|
| - _SVGPathSegJs removeItem(int index) native;
|
| -
|
| - _SVGPathSegJs replaceItem(_SVGPathSegJs newItem, int index) native;
|
| -}
|
|
|