| Index: client/dom/generated/src/frog/HTMLCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLCollection.dart b/client/dom/generated/src/frog/HTMLCollection.dart
|
| index 9d3ed3d2d1834b2264081ec8a5db6620e622c5a1..fd1bb3358cd893cec0e4dcf8f87475326344245f 100644
|
| --- a/client/dom/generated/src/frog/HTMLCollection.dart
|
| +++ b/client/dom/generated/src/frog/HTMLCollection.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| class HTMLCollection native "*HTMLCollection" {
|
|
|
| - int length;
|
| + int get length() native "return this.length;";
|
|
|
| Node operator[](int index) native;
|
|
|
|
|