| Index: LayoutTests/storage/indexeddb/deleteIndex-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/deleteIndex-expected.txt b/LayoutTests/storage/indexeddb/deleteIndex-expected.txt
|
| index 6cba4cf94628dd1ad500bb902de7c45c36cc86bf..a830286a73df1193199914691802438089824a87 100644
|
| --- a/LayoutTests/storage/indexeddb/deleteIndex-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/deleteIndex-expected.txt
|
| @@ -14,7 +14,7 @@ PASS Exception was thrown.
|
| PASS code is DOMException.NOT_FOUND_ERR
|
| PASS ename is 'NotFoundError'
|
| Exception message: The specified index was not found.
|
| -PASS objectStore.deleteIndex() threw exception TypeError: Not enough arguments.
|
| +PASS objectStore.deleteIndex() threw exception TypeError: Failed to execute 'deleteIndex' on 'IDBObjectStore': 1 argument required, but only 0 present..
|
| index = objectStore.createIndex('first', 'first');
|
| Expecting exception from objectStore.deleteIndex('FIRST')
|
| PASS Exception was thrown.
|
|
|