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

Unified Diff: LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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/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)

Powered by Google App Engine
This is Rietveld 408576698