| Index: client/dom/generated/src/frog/FileException.dart
|
| diff --git a/client/dom/generated/src/frog/FileException.dart b/client/dom/generated/src/frog/FileException.dart
|
| index 1c003673143455832f3b45bedfccd4b18579d138..2d40dd381a9c169a902e231b4d5b9fec6e3d7bdb 100644
|
| --- a/client/dom/generated/src/frog/FileException.dart
|
| +++ b/client/dom/generated/src/frog/FileException.dart
|
| @@ -25,11 +25,11 @@ class _FileExceptionJs extends _DOMTypeJs implements FileException native "*File
|
|
|
| static final int TYPE_MISMATCH_ERR = 11;
|
|
|
| - int get code() native "return this.code;";
|
| + final int code;
|
|
|
| - String get message() native "return this.message;";
|
| + final String message;
|
|
|
| - String get name() native "return this.name;";
|
| + final String name;
|
|
|
| String toString() native;
|
| }
|
|
|