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

Unified Diff: client/dom/generated/src/interface/IDBDatabase.dart

Issue 9453004: Cross frame access tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final pass of comments, update of status Created 8 years, 10 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
Index: client/dom/generated/src/interface/IDBDatabase.dart
diff --git a/client/dom/generated/src/interface/IDBDatabase.dart b/client/dom/generated/src/interface/IDBDatabase.dart
index 4b61ab482c0f0ddcabccf5eff1ea5c2ca3ea622b..efbc54c952481b8cb01a3582b48c1ae9ee5220f4 100644
--- a/client/dom/generated/src/interface/IDBDatabase.dart
+++ b/client/dom/generated/src/interface/IDBDatabase.dart
@@ -30,5 +30,5 @@ interface IDBDatabase {
IDBVersionChangeRequest setVersion(String version);
- IDBTransaction transaction(String storeName, [int mode]);
+ IDBTransaction transaction(String storeName, int mode);
}

Powered by Google App Engine
This is Rietveld 408576698