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

Unified Diff: LayoutTests/fast/workers/shared-worker-constructor-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/fast/workers/shared-worker-constructor-expected.txt
diff --git a/LayoutTests/fast/workers/shared-worker-constructor-expected.txt b/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
index 49d6969cec6bc67f28abe9dd920aca4f05319336..38ed691d62313e3494f722646ea4cb3cc774a2bd 100644
--- a/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
+++ b/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
@@ -2,7 +2,7 @@ Test SharedWorker constructor functionality. Should print a series of PASS messa
PASS: toString exception propagated correctly.
PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
-PASS: invoking SharedWorker constructor without arguments resulted in an exception (TypeError: Not enough arguments)
+PASS: invoking SharedWorker constructor without arguments resulted in an exception (TypeError: Failed to execute 'Constructor' on 'SharedWorker': 1 argument required, but only 0 present.)
PASS: invoking SharedWorker constructor without name did not result in an exception
PASS: invoking SharedWorker constructor with null name did not result in an exception
PASS: invoking SharedWorker constructor with undefined name did not result in an exception

Powered by Google App Engine
This is Rietveld 408576698