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

Unified Diff: LayoutTests/inspector/console/worker-exception-message-contains-stack.html

Issue 1033443002: Revert of Have postMessage()s throw TypeError on failed arity checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « LayoutTests/fast/workers/worker-multi-port-expected.txt ('k') | Source/bindings/core/v8/PostMessage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/worker-exception-message-contains-stack.html
diff --git a/LayoutTests/inspector/console/worker-exception-message-contains-stack.html b/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
index fa7118dbe8f341f5dadb1b856afff7f5c5ebac19..2b2a3d61482e31bc9753f65232ff1fec7e372795 100644
--- a/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
+++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
@@ -22,7 +22,7 @@
function postMessageToWorker(worker)
{
- worker.postMessage("ping");
+ worker.postMessage();
}
function test()
« no previous file with comments | « LayoutTests/fast/workers/worker-multi-port-expected.txt ('k') | Source/bindings/core/v8/PostMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698