| 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 b3b11aa7dba2ae36aae706f31613a39f4cdc259d..2c9752ec58946ce382e1a7c592fa49080d175d10 100644
|
| --- a/client/dom/generated/src/frog/PositionError.dart
|
| +++ b/client/dom/generated/src/frog/PositionError.dart
|
| @@ -1,6 +1,12 @@
|
|
|
| class PositionError native "*PositionError" {
|
|
|
| + static final int PERMISSION_DENIED = 1;
|
| +
|
| + static final int POSITION_UNAVAILABLE = 2;
|
| +
|
| + static final int TIMEOUT = 3;
|
| +
|
| int code;
|
|
|
| String message;
|
|
|