| 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 bcb807ff8b67b40c56ab11be1f799dd2439e6ee5..12454620ad0aefc5e1fdb98c36f4f5d6afa5b1ae 100644
|
| --- a/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| +++ b/client/dom/generated/src/frog/IDBDatabaseException.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class IDBDatabaseExceptionJS implements IDBDatabaseException native "*IDBDatabaseException" {
|
| +class IDBDatabaseExceptionJs extends DOMTypeJs implements IDBDatabaseException native "*IDBDatabaseException" {
|
|
|
| static final int ABORT_ERR = 8;
|
|
|
| @@ -34,8 +34,4 @@ class IDBDatabaseExceptionJS implements IDBDatabaseException native "*IDBDatabas
|
| String get name() native "return this.name;";
|
|
|
| String toString() native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|