| Index: client/dom/generated/src/frog/IDBDatabase.dart
|
| diff --git a/client/dom/generated/src/frog/IDBDatabase.dart b/client/dom/generated/src/frog/IDBDatabase.dart
|
| index 6134b79afa49069011cd0ed4d781e32c223908a0..c3b72d39e58ad88f4170349a11d27c14d18e652b 100644
|
| --- a/client/dom/generated/src/frog/IDBDatabase.dart
|
| +++ b/client/dom/generated/src/frog/IDBDatabase.dart
|
| @@ -25,5 +25,5 @@ class _IDBDatabaseJs extends _DOMTypeJs implements IDBDatabase native "*IDBDatab
|
|
|
| _IDBVersionChangeRequestJs setVersion(String version) native;
|
|
|
| - _IDBTransactionJs transaction(String storeName, int mode) native;
|
| + _IDBTransactionJs transaction(String storeName, [int mode = null]) native;
|
| }
|
|
|