Index: LayoutTests/storage/indexeddb/index-basics-workers-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt |
index 267f2aad4a3d1c3deced9090d7286e7f5da70c5a..c13df00ae3406cb7d07bf893fa3fd4d9ecadba12 100644 |
--- a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt |
+++ b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt |
@@ -19,10 +19,10 @@ PASS [Worker] indexObject2.unique is false |
PASS [Worker] indexObject3.unique is true |
[Worker] Expecting TypeError exception from store.createIndex('failureIndex', 'zzz', true) |
PASS [Worker] Exception was thrown. |
-PASS [Worker] store.createIndex('failureIndex', 'zzz', true) threw TypeError: Failed to execute 'createIndex' on 'IDBObjectStore': parameter 3 ('options') is not an object. |
+PASS [Worker] store.createIndex('failureIndex', 'zzz', true) threw TypeError: Failed to execute 'createIndex' on 'IDBObjectStore': No function was found that matched the signature provided. |
[Worker] Expecting TypeError exception from store.createIndex('failureIndex', 'zzz', 'string') |
PASS [Worker] Exception was thrown. |
-PASS [Worker] store.createIndex('failureIndex', 'zzz', 'string') threw TypeError: Failed to execute 'createIndex' on 'IDBObjectStore': parameter 3 ('options') is not an object. |
+PASS [Worker] store.createIndex('failureIndex', 'zzz', 'string') threw TypeError: Failed to execute 'createIndex' on 'IDBObjectStore': No function was found that matched the signature provided. |
PASS [Worker] 'name' in indexObject is true |
PASS [Worker] indexObject.name is "indexName" |
PASS [Worker] 'objectStore' in indexObject is true |