Index: LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt b/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt |
index fef53a2a6eb76658a2909b2b9bf7b815318d6701..a590844fab51a3529b8c76d2dbbc83066daf2997 100644 |
--- a/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt |
+++ b/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt |
@@ -3,8 +3,6 @@ Test that pending transactions are not completed during recursive JS calls until |
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-complete-with-js-recursion-cross-frame.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |