| 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..7f4b878f6e3ec639cbb1c8f956a202eb5222b52b 100644
|
| --- a/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
|
| +++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
|
| @@ -27,9 +27,6 @@ function postMessageToWorker(worker)
|
|
|
| function test()
|
| {
|
| - var isContextCreated = false;
|
| - var isAgentEnabled = false;
|
| -
|
| startWorkerAndPostMessage(step2, "worker1", "startWorker1");
|
|
|
| function step2()
|
| @@ -56,7 +53,6 @@ function test()
|
|
|
| function startWorkerAndPostMessage(next, workerName, workerStartFunction)
|
| {
|
| - isContextCreated = false;
|
| InspectorTest.addSniffer(WebInspector.RuntimeModel.prototype, "_executionContextCreated", contextCreated.bind(this, next, workerName));
|
| InspectorTest.evaluateInPage(workerStartFunction + "()");
|
| }
|
|
|