| Index: client/dom/generated/src/frog/History.dart
|
| diff --git a/client/dom/generated/src/frog/History.dart b/client/dom/generated/src/frog/History.dart
|
| index bf0b13ec3e796c9af3c2113bdb7a44d1ecf30e4c..307bfae542c0dbcd6a939b39f62417e2de039295 100644
|
| --- a/client/dom/generated/src/frog/History.dart
|
| +++ b/client/dom/generated/src/frog/History.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class HistoryJS implements History native "*History" {
|
| +class HistoryJs extends DOMTypeJs implements History native "*History" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| @@ -12,8 +12,4 @@ class HistoryJS implements History native "*History" {
|
| void pushState(Object data, String title, [String url = null]) native;
|
|
|
| void replaceState(Object data, String title, [String url = null]) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|