| Index: client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
|
| index 0370286069dfc78952060d4dd6339051af46b791..2c65e9c70c461f18ecefffdf6b22c0d5ed0cc584 100644
|
| --- a/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _HistoryWrappingImplementation extends DOMWrapperBase implements History {
|
| return new _HistoryWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__History_length(this); }
|
| - static int _get__History_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| void back() {
|
| _back(this);
|
|
|