Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart

Issue 9615032: Refresh dom_frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/wrapping/_EntryWrappingImplementation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « client/dom/generated/src/wrapping/_EntryWrappingImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698