| Index: LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt b/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt
|
| index 70562d31ca094a618e52565b7fa9009e0402f144..1411ffd8fdfd64cfd91db6bb34f46b0230740c4f 100644
|
| --- a/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt
|
| @@ -3,8 +3,6 @@ Test IndexedDB's basics.
|
| 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 = "createIndex-after-failure.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|