| 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()
|
|
|