| 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 2c9752ec58946ce382e1a7c592fa49080d175d10..7dca522b004f24ea64e2a4a8b4beb9ee1cfdd0fa 100644
|
| --- a/client/dom/generated/src/frog/PositionError.dart
|
| +++ b/client/dom/generated/src/frog/PositionError.dart
|
| @@ -7,9 +7,9 @@ class PositionError native "*PositionError" {
|
|
|
| static final int TIMEOUT = 3;
|
|
|
| - int code;
|
| + int get code() native "return this.code;";
|
|
|
| - String message;
|
| + String get message() native "return this.message;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|