| Index: LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt b/LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt
|
| index 69eab73d5a2bb36bd101dc6d9d2bb896be30ccb7..329e27d8ed407245bd7cd210487e091693433e93 100644
|
| --- a/LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt
|
| @@ -3,8 +3,6 @@ Test IndexedDB's IDBObjectStore.deleteObjectStore().
|
| 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 = "objectstore-removeobjectstore.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|