Index: LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
index a2936e5304196db7da813e113c4039f403a269ad..4ae08c4e0b65b75167015df6e0210ff571cbe1aa 100644 |
--- a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
+++ b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
@@ -58,7 +58,7 @@ Expecting exception from store.add({name: 'Adam'}) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The object store uses out-of-line keys and has no key generator and the key parameter was not provided. |
+Exception message: Failed to execute 'add' on 'IDBObjectStore': The object store uses out-of-line keys and has no key generator and the key parameter was not provided. |
store.add({name: 'Adam'}, 1) |
addAdamSuccess(): |
PASS event.target.result is 1 |