| Index: LayoutTests/storage/indexeddb/optional-arguments-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/optional-arguments-expected.txt b/LayoutTests/storage/indexeddb/optional-arguments-expected.txt
|
| index e9768fac8dcb97cf1c5d83b24f06a0705af8002e..08f15df637a8218ddd04c49d65cfda2d9290759d 100644
|
| --- a/LayoutTests/storage/indexeddb/optional-arguments-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/optional-arguments-expected.txt
|
| @@ -3,8 +3,6 @@ Exercise optional arguments with missing vs. undefined in IndexedDB methods.
|
| 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 = "optional-arguments.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|