Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt

Issue 2517813002: Enable V8BasedStructuredClone by default. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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():

Powered by Google App Engine
This is Rietveld 408576698