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

Unified Diff: content/test/data/indexeddb/bug_109187.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/bug_106883.js ('k') | content/test/data/indexeddb/bug_84933.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/bug_109187.js
diff --git a/content/test/data/indexeddb/bug_109187.js b/content/test/data/indexeddb/bug_109187.js
index 76e4152039ca43af397484f7012332eb3a8735c9..7d14cdb08eaf7e573152a4c6185002b1c286961c 100644
--- a/content/test/data/indexeddb/bug_109187.js
+++ b/content/test/data/indexeddb/bug_109187.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 test() {
var DBNAME = 'multiEntry-crash-test';
« no previous file with comments | « content/test/data/indexeddb/bug_106883.js ('k') | content/test/data/indexeddb/bug_84933.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698