| Index: client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
|
| index 9c036b1921fe0b695d5a4349d8a9fbe46815638b..a8f2a7de6a96aa7a61b44206919219a7209ddd1d 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart
|
| @@ -86,5 +86,10 @@ class _IDBDatabaseWrappingImplementation extends DOMWrapperBase implements IDBDa
|
| }
|
| static IDBVersionChangeRequest _setVersion(receiver, version) native;
|
|
|
| + IDBTransaction transaction(String storeName, int mode) {
|
| + return _transaction(this, storeName, mode);
|
| + }
|
| + static IDBTransaction _transaction(receiver, storeName, mode) native;
|
| +
|
| String get typeName() { return "IDBDatabase"; }
|
| }
|
|
|