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

Unified Diff: LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 months 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/transaction-and-objectstore-calls-expected.txt
diff --git a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
index 583cee02e89094f331ea2c5953bddfa9e03f8f7c..4b547f548390adc1cee5e3f5cfc0ec4a6e3a06a0 100644
--- a/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
+++ b/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt
@@ -83,7 +83,7 @@ PASS code is DOMException.NOT_FOUND_ERR
PASS ename is 'NotFoundError'
Exception message: The specified object store was not found.
-PASS trans = db.transaction() threw exception TypeError: Not enough arguments.
+PASS trans = db.transaction() threw exception TypeError: Failed to execute 'transaction' on 'IDBDatabase': 1 argument required, but only 0 present..
Expecting exception from db.transaction(['x'])
PASS Exception was thrown.

Powered by Google App Engine
This is Rietveld 408576698