| Index: LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
|
| index 583cee02e89094f331ea2c5953bddfa9e03f8f7c..4b547f548390adc1cee5e3f5cfc0ec4a6e3a06a0 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
|
| @@ -83,7 +83,7 @@ PASS code is DOMException.NOT_FOUND_ERR
|
| PASS ename is 'NotFoundError'
|
| Exception message: The specified object store was not found.
|
|
|
| -PASS trans = db.transaction() threw exception TypeError: Not enough arguments.
|
| +PASS trans = db.transaction() threw exception TypeError: Failed to execute 'transaction' on 'IDBDatabase': 1 argument required, but only 0 present..
|
|
|
| Expecting exception from db.transaction(['x'])
|
| PASS Exception was thrown.
|
|
|