| Index: client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart b/client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart
|
| index eeb450715683a21dea7c671825ab66924dcbbd87..39a5238831edfd438bf3391455bd9c7cd7f50110 100644
|
| --- a/client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _StorageWrappingImplementation extends DOMWrapperBase implements Storage {
|
| return new _StorageWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__Storage_length(this); }
|
| - static int _get__Storage_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| void clear() {
|
| _clear(this);
|
|
|