| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html
|
| index c2929a3e00994149c66dfaf44b8171ea5af20074..933404fe909c3a12d8fc0373999ab2eff345af1a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html
|
| @@ -39,7 +39,7 @@ function test()
|
| }
|
| }
|
| InspectorTest.sendCommand("Worker.enable", {}, didEnableWorkerDebugging);
|
| - InspectorTest.sendCommand("Worker.setAutoconnectToWorkers", { "value": true });
|
| + InspectorTest.sendCommand("Worker.setWaitForDebuggerOnStart", { "value": true });
|
| InspectorTest.sendCommand("Runtime.evaluate", { "expression": "startWorker()" });
|
|
|
| InspectorTest.eventHandler["Worker.workerCreated"] = function(messageObject)
|
|
|