| Index: client/dom/generated/src/wrapping/_WebKitAnimationListWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebKitAnimationListWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitAnimationListWrappingImplementation.dart
|
| index 966d2b92854a7aa0690256ef51e42d714078c61d..b3df8477912c58a90b7a8561b82867ee9de435a6 100644
|
| --- a/client/dom/generated/src/wrapping/_WebKitAnimationListWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitAnimationListWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _WebKitAnimationListWrappingImplementation extends DOMWrapperBase implemen
|
| return new _WebKitAnimationListWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__WebKitAnimationList_length(this); }
|
| - static int _get__WebKitAnimationList_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| WebKitAnimation item(int index) {
|
| return _item(this, index);
|
|
|