| 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..7f54f8e9ed06d1ef8dccd3e9d0520eab27d4548f 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.setPauseWorkersOnStart", { "value": true });
|
| InspectorTest.sendCommand("Runtime.evaluate", { "expression": "startWorker()" });
|
|
|
| InspectorTest.eventHandler["Worker.workerCreated"] = function(messageObject)
|
|
|