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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js

Issue 401893002: IndexedDB: Stop using webkit-prefixed versions of APIs in tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More webkitIndexedDB foo and update webkitErrorMessage use too Created 6 years, 5 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 | chrome/test/data/indexeddb/endure/app.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js b/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js
index 0a110255ba5524504acdf1839256a4ea716ca175..797a87d45bb01e46dbc4d626887588b6f2123db9 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/isolation/storage.js
@@ -16,7 +16,6 @@ function initDomStorage(value) {
// the functions get their results through callbacks and cannot return the
// values directly.
var isolation = {};
-window.indexedDB = window.indexedDB || window.webkitIndexedDB;
isolation.db = null;
isolation.onerror = function(e) {
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/endure/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698