| Index: client/dom/generated/src/frog/PerformanceNavigation.dart
|
| diff --git a/client/dom/generated/src/frog/PerformanceNavigation.dart b/client/dom/generated/src/frog/PerformanceNavigation.dart
|
| index 9ebc4377c54228a8278775e05f312aeaa6b64b31..3142bd5f152948357f9aafb9a336391279cde8b8 100644
|
| --- a/client/dom/generated/src/frog/PerformanceNavigation.dart
|
| +++ b/client/dom/generated/src/frog/PerformanceNavigation.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class PerformanceNavigationJS implements PerformanceNavigation native "*PerformanceNavigation" {
|
| +class PerformanceNavigationJs extends DOMTypeJs implements PerformanceNavigation native "*PerformanceNavigation" {
|
|
|
| static final int TYPE_BACK_FORWARD = 2;
|
|
|
| @@ -12,8 +12,4 @@ class PerformanceNavigationJS implements PerformanceNavigation native "*Performa
|
| int get redirectCount() native "return this.redirectCount;";
|
|
|
| int get type() native "return this.type;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|