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

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

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Window.postMessage Created 9 years, 1 month 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
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"; }
}

Powered by Google App Engine
This is Rietveld 408576698