Index: LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt |
index 9462236438af2ba324990d7aaa7eef7a06b9d3ec..6702d88d47ca049239ed2b10f7421ff109b597f4 100644 |
--- a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt |
+++ b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's transaction and objectStore calls |
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-and-objectstore-calls.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |