Index: content/test/data/indexeddb/key_types_test.js |
diff --git a/content/test/data/indexeddb/key_types_test.js b/content/test/data/indexeddb/key_types_test.js |
index 0b6454a693908fce924e3de1f84bbe06eb72c0fa..8076525d788b3f38a62e8a4568f6f66fa935c3d0 100644 |
--- a/content/test/data/indexeddb/key_types_test.js |
+++ b/content/test/data/indexeddb/key_types_test.js |
@@ -2,9 +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; |
-window.IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction; |
- |
function test() { |
indexedDBTest(prepareDatabase, testValidKeys); |
} |