Index: client/dom/generated/src/frog/Location.dart |
diff --git a/client/dom/generated/src/frog/Location.dart b/client/dom/generated/src/frog/Location.dart |
index 576c83534b5ce05872cc65d732790e5216456d0e..876f4610b79953c93720df23721d7cfc77597be3 100644 |
--- a/client/dom/generated/src/frog/Location.dart |
+++ b/client/dom/generated/src/frog/Location.dart |
@@ -1,5 +1,5 @@ |
-class LocationJS implements Location native "*Location" { |
+class LocationJs extends DOMTypeJs implements Location native "*Location" { |
String get hash() native "return this.hash;"; |
@@ -42,8 +42,4 @@ class LocationJS implements Location native "*Location" { |
void replace(String url) native; |
String toString() native; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
} |