Index: LayoutTests/storage/indexeddb/transaction-coordination-within-database-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/transaction-coordination-within-database-expected.txt b/LayoutTests/storage/indexeddb/transaction-coordination-within-database-expected.txt |
index 2ff3ffc9807bf80ce7b9c5a0b99a99c826f412b3..08e88597eda2cebecc537d4779ae9cbbc110d26e 100644 |
--- a/LayoutTests/storage/indexeddb/transaction-coordination-within-database-expected.txt |
+++ b/LayoutTests/storage/indexeddb/transaction-coordination-within-database-expected.txt |
@@ -3,8 +3,6 @@ Check that read-only transactions within a database can run in parallel. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; |
- |
dbname = "transaction-coordination-within-database.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |