| Index: client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| index d8ff3c308bb67f48ef5fb29806d746d5d31f9eba..921de5f3b4e824c7ce6e0f7aaa93c71e855c1c6c 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _HTMLCollectionWrappingImplementation extends DOMWrapperBase implements HT
|
| return new _HTMLCollectionWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__HTMLCollection_length(this); }
|
| - static int _get__HTMLCollection_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| Node operator[](int index) {
|
| return item(index);
|
|
|