Index: LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
index 3c960976710e0d342825aab0b45e49edd5fcd29b..ca94797ff81199ce42259b1dd03b2cc4b15fb4e9 100644 |
--- a/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt |
@@ -97,7 +97,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: An object could not be cloned. |
+Exception message: Failed to execute 'add' on 'IDBObjectStore': An object could not be cloned. |
Try to insert data where key path yields a Date key: |
store.add({x: testDateB, y: 'value'}, 'key') |
addSuccess(): |