Index: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
index 2994471e70fa446acd077a551243060d4b123152..16fac6ac372793653fb541085482eec20e20bbd1 100644 |
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
@@ -95,7 +95,7 @@ Try to insert a value not handled by structured clone: |
Expecting exception from store.add({x: 'bar', y: self}, 'bar') |
PASS Exception was thrown. |
PASS code is DOMException.DATA_CLONE_ERR |
-Exception message: Failed to execute 'add' on 'IDBObjectStore': An object could not be cloned. |
+Exception message: Failed to execute 'add' on 'IDBObjectStore': #<Window> could not be cloned. |
Try to insert data where key path yields a Date key: |
store.add({x: testDateB, y: 'value'}, 'key') |
addSuccess(): |