Index: LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt |
index cf8605dff05d8f36005e6f24050c3402acd8f2c3..018d74aa181c14bc5cde6c9feb913591f8ae9a46 100644 |
--- a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt |
+++ b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt |
@@ -18,7 +18,7 @@ Expecting exception from db.transaction('test-store') |
PASS Exception was thrown. |
PASS code is DOMException.INVALID_STATE_ERR |
PASS ename is 'InvalidStateError' |
-Exception message: A version change transaction is running. |
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': A version change transaction is running. |
store.put(0, 0) |
in put's onsuccess |
store.put(1, 1) |