| 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
|
| index 12e60260f9877e88cd53f157fde17386c7214d93..6c8128510cef65bed39284ce931276808984e5e1 100644
|
| --- a/client/dom/generated/src/frog/SVGPathSegList.dart
|
| +++ b/client/dom/generated/src/frog/SVGPathSegList.dart
|
| @@ -1,21 +1,21 @@
|
|
|
| -class SVGPathSegList native "*SVGPathSegList" {
|
| +class SVGPathSegListJS implements SVGPathSegList native "*SVGPathSegList" {
|
|
|
| int get numberOfItems() native "return this.numberOfItems;";
|
|
|
| - SVGPathSeg appendItem(SVGPathSeg newItem) native;
|
| + SVGPathSegJS appendItem(SVGPathSegJS newItem) native;
|
|
|
| void clear() native;
|
|
|
| - SVGPathSeg getItem(int index) native;
|
| + SVGPathSegJS getItem(int index) native;
|
|
|
| - SVGPathSeg initialize(SVGPathSeg newItem) native;
|
| + SVGPathSegJS initialize(SVGPathSegJS newItem) native;
|
|
|
| - SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index) native;
|
| + SVGPathSegJS insertItemBefore(SVGPathSegJS newItem, int index) native;
|
|
|
| - SVGPathSeg removeItem(int index) native;
|
| + SVGPathSegJS removeItem(int index) native;
|
|
|
| - SVGPathSeg replaceItem(SVGPathSeg newItem, int index) native;
|
| + SVGPathSegJS replaceItem(SVGPathSegJS newItem, int index) native;
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|