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

Unified Diff: content/test/data/indexeddb/version_change_blocked.js

Issue 1012153002: [indexeddb] Fix IndexedDBBrowserTest.ConnectionsClosedOnTabClose to retain the db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/version_change_blocked.js
diff --git a/content/test/data/indexeddb/version_change_blocked.js b/content/test/data/indexeddb/version_change_blocked.js
index e93104056857f06aa95a9260a520fbeb394b6cef..a1893feec6a14cfbc7b23c4253bb6d96da6b2ac8 100644
--- a/content/test/data/indexeddb/version_change_blocked.js
+++ b/content/test/data/indexeddb/version_change_blocked.js
@@ -49,6 +49,7 @@ function doSetVersion(version)
};
openreq.onupgradeneeded = function(e) {
openreq.transaction.oncomplete = function(e2) {
+ db = openreq.result;
result('setVersion(' + version + ') complete');
};
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698