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

Unified Diff: content/test/data/indexeddb/shared.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 | « content/test/data/indexeddb/quota_test.js ('k') | content/test/data/indexeddb/transaction_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/shared.js
diff --git a/content/test/data/indexeddb/shared.js b/content/test/data/indexeddb/shared.js
index e8ec1ab2e62ed2f6f0c2e7cc833c1f5198b5aa9c..3c603f894143763199dc97f52199f13ab292a005 100644
--- a/content/test/data/indexeddb/shared.js
+++ b/content/test/data/indexeddb/shared.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.indexedDB = window.indexedDB || window.webkitIndexedDB;
-
function result(message) {
document.title = message;
}
« no previous file with comments | « content/test/data/indexeddb/quota_test.js ('k') | content/test/data/indexeddb/transaction_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698