| Index: LayoutTests/storage/indexeddb/blob-delete-objectstore-db-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/blob-delete-objectstore-db-expected.txt b/LayoutTests/storage/indexeddb/blob-delete-objectstore-db-expected.txt
|
| index c90694456d8e77e167815a103fd10dbe830e53f1..509f9edbd3a00f92d15c4bfbc7491f0827fe8bcf 100644
|
| --- a/LayoutTests/storage/indexeddb/blob-delete-objectstore-db-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/blob-delete-objectstore-db-expected.txt
|
| @@ -3,8 +3,6 @@ Test that deleting an object store and a database containing blobs doesn't crash
|
| 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 = "blob-delete-objectstore-db.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname, 1)
|
|
|