Index: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt |
index b4c1bdf183ef593868dc1dd6e645b5c785925a84..407e20c28f6e19fd1d7ca6a0189d8dc8541419fc 100644 |
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt |
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt |
@@ -96,7 +96,7 @@ PASS [Worker] store.indexNames.item(100) is null |
[Worker] Expecting exception from store.add({x: 'bar', y: self}, 'bar') |
PASS [Worker] Exception was thrown. |
PASS [Worker] code is DOMException.DATA_CLONE_ERR |
-[Worker] Exception message: Failed to execute 'add' on 'IDBObjectStore': An object could not be cloned. |
+[Worker] Exception message: Failed to execute 'add' on 'IDBObjectStore': #<DedicatedWorkerGlobalScope> could not be cloned. |
[Worker] Try to insert data where key path yields a Date key: |
[Worker] store.add({x: testDateB, y: 'value'}, 'key') |
[Worker] addSuccess(): |