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

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

Issue 114363002: Structured cloning: improve DataCloneError reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + reset V8TestInterfaceConstructor.cpp result Created 7 years 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: LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt b/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
index cbbe71f5fe1201509b8bf53027ddf3029217de02..53609895bc32cd486bd6fcd311da908e33808e8b 100644
--- a/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
@@ -98,7 +98,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: An object could not be cloned.
+[Worker] Exception message: Failed to execute 'add' on 'IDBObjectStore': An object 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