| Index: client/dom/generated/src/frog/SVGElementInstanceList.dart
|
| diff --git a/client/dom/generated/src/frog/SVGElementInstanceList.dart b/client/dom/generated/src/frog/SVGElementInstanceList.dart
|
| index b1fc1c1e454d0282eedc6973847fa94f5d7b3acd..9370ff55f2e426200b6b5ff6ef0bd3501bb5de81 100644
|
| --- a/client/dom/generated/src/frog/SVGElementInstanceList.dart
|
| +++ b/client/dom/generated/src/frog/SVGElementInstanceList.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| -class SVGElementInstanceList native "*SVGElementInstanceList" {
|
| +class SVGElementInstanceListJS implements SVGElementInstanceList native "*SVGElementInstanceList" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - SVGElementInstance item(int index) native;
|
| + SVGElementInstanceJS item(int index) native;
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|