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

Unified Diff: LayoutTests/storage/indexeddb/database-close-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/database-close-expected.txt
diff --git a/LayoutTests/storage/indexeddb/database-close-expected.txt b/LayoutTests/storage/indexeddb/database-close-expected.txt
index e7a60da1bab83f24617a2136a90cfeb1c646d061..af2ee2b4eb92c8d98bc26ec175517d671a5de85f 100644
--- a/LayoutTests/storage/indexeddb/database-close-expected.txt
+++ b/LayoutTests/storage/indexeddb/database-close-expected.txt
@@ -32,7 +32,7 @@ Expecting exception from trans3 = connection.transaction('store')
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: The database connection is closing.
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
NOTE: Once the connection is closed, this can unblock the steps for deleting a database, which waits for connections to a given database to be closed before continuing.

Powered by Google App Engine
This is Rietveld 408576698