| Index: LayoutTests/storage/indexeddb/transaction-error-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-error-expected.txt b/LayoutTests/storage/indexeddb/transaction-error-expected.txt
|
| index d9f0742a08c37f8c46d38f03191342af9d7ff4bc..c04219c48eb2cd821e2175a7fb4f3fa472cb7b36 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-error-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-error-expected.txt
|
| @@ -4,8 +4,6 @@ Test IDBTransaction.error cases.
|
| 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-error.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|