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 b0ffa983a9fbbc449565c4f3c8e07a50d3c47420..dce60d0c7f89b80e8d4ae4bb306fd0359c616daa 100644 |
--- a/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart |
+++ b/client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart |
@@ -89,7 +89,7 @@ class _IDBDatabaseWrappingImplementation extends DOMWrapperBase implements IDBDa |
} |
static IDBVersionChangeRequest _setVersion(receiver, version) native; |
- IDBTransaction transaction(var storeName_OR_storeNames, int mode) { |
+ IDBTransaction transaction(var storeName_OR_storeNames, [int mode = null]) { |
if (storeName_OR_storeNames is List<String>) { |
return _transaction(this, storeName_OR_storeNames, mode); |
} else { |