| 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 b498de984957bf3b5568c4de7e3f356015021e3d..80ee5781aac34abeb36affade795aeab21612b45 100644
|
| --- a/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| +++ b/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| @@ -27,11 +27,11 @@ class IDBDatabaseException native "*IDBDatabaseException" {
|
|
|
| static final int VER_ERR = 12;
|
|
|
| - int code;
|
| + int get code() native "return this.code;";
|
|
|
| - String message;
|
| + String get message() native "return this.message;";
|
|
|
| - String name;
|
| + String get name() native "return this.name;";
|
|
|
| String toString() native;
|
|
|
|
|