| Index: client/dom/generated/src/wrapping/_TouchListWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_TouchListWrappingImplementation.dart b/client/dom/generated/src/wrapping/_TouchListWrappingImplementation.dart
|
| index 5b9f51157d01b4810ed96e40a546edab2df8deb3..f6b7564210af23c86cd8866a860fdd02c021c448 100644
|
| --- a/client/dom/generated/src/wrapping/_TouchListWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_TouchListWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _TouchListWrappingImplementation extends DOMWrapperBase implements TouchLi
|
| return new _TouchListWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__TouchList_length(this); }
|
| - static int _get__TouchList_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| Touch operator[](int index) {
|
| return item(index);
|
|
|