| Index: LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/exceptions-expected.txt b/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| index 949c4569a9d87329065aeea903b80902d1c2ce85..7467afb2e64c2b47642a4796e3967d1d6ad82377 100644
|
| --- a/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| @@ -3,8 +3,6 @@ Test that expected exceptions are thrown per IndexedDB spec.
|
| 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 = "exceptions.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|