| Index: client/dom/generated/src/frog/HTMLAllCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLAllCollection.dart b/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| index 99da88b7f1d44fc3cb161c9a2cfccf024f5f0f2b..fb70b84322731c9a2f4c286804ffb12babee19bc 100644
|
| --- a/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| +++ b/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| class HTMLAllCollection native "*HTMLAllCollection" {
|
|
|
| - int length;
|
| + int get length() native "return this.length;";
|
|
|
| Node item(int index) native;
|
|
|
|
|