| 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 5e05b09ed173d7d216ceebae88fffec1ccf1d472..c5bcfcdd7e643aa1c587486f29f63598a355de17 100644
|
| --- a/client/dom/generated/src/frog/PositionError.dart
|
| +++ b/client/dom/generated/src/frog/PositionError.dart
|
| @@ -7,7 +7,7 @@ class _PositionErrorJs extends _DOMTypeJs implements PositionError native "*Posi
|
|
|
| static final int TIMEOUT = 3;
|
|
|
| - int get code() native "return this.code;";
|
| + final int code;
|
|
|
| - String get message() native "return this.message;";
|
| + final String message;
|
| }
|
|
|