| Index: client/dom/generated/src/wrapping/_HTMLAllCollectionWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLAllCollectionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAllCollectionWrappingImplementation.dart
|
| index 8ae8b0b2d261d7822aa995619b3692b1b6c68bda..80c1196c385f27226fb46fd687b8fa06493a3eb5 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLAllCollectionWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLAllCollectionWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _HTMLAllCollectionWrappingImplementation extends DOMWrapperBase implements
|
| return new _HTMLAllCollectionWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__HTMLAllCollection_length(this); }
|
| - static int _get__HTMLAllCollection_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| Node item(int index) {
|
| return _item(this, index);
|
|
|