| Index: client/dom/generated/src/frog/PositionError.dart
|
| diff --git a/client/dom/generated/src/frog/PositionError.dart b/client/dom/generated/src/frog/PositionError.dart
|
| index cb3740fedb94002fd206277ca535aa521cab209a..196d4eb16fa629d920e7b18742a3b7a42b5e01dc 100644
|
| --- a/client/dom/generated/src/frog/PositionError.dart
|
| +++ b/client/dom/generated/src/frog/PositionError.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class PositionErrorJS implements PositionError native "*PositionError" {
|
| +class PositionErrorJs extends DOMTypeJs implements PositionError native "*PositionError" {
|
|
|
| static final int PERMISSION_DENIED = 1;
|
|
|
| @@ -10,8 +10,4 @@ class PositionErrorJS implements PositionError native "*PositionError" {
|
| int get code() native "return this.code;";
|
|
|
| String get message() native "return this.message;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|