| Index: client/dom/generated/src/frog/IDBDatabaseException.dart
|
| diff --git a/client/dom/generated/src/frog/IDBDatabaseException.dart b/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| index 474e050b9146aa0f50b64d8c2d426191fe0d7156..9269c9a830cebb811cdedc2166c0d940434a8a99 100644
|
| --- a/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| +++ b/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| @@ -27,11 +27,11 @@ class _IDBDatabaseExceptionJs extends _DOMTypeJs implements IDBDatabaseException
|
|
|
| static final int VER_ERR = 12;
|
|
|
| - 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;
|
| }
|
|
|