Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html |
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html |
| index 45a0bfab2b1e168389056341b3cec43f96b55eec..c143c18bee05abe26b1314305b203c8a3f3244d9 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html |
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html |
| @@ -37,7 +37,7 @@ function test() |
| } |
| } |
| InspectorTest.sendCommand("Worker.enable", {}, didEnableWorkerDebugging); |
| - InspectorTest.sendCommand("Worker.setAutoconnectToWorkers", { "value": true }); |
| + InspectorTest.sendCommand("Worker.setPauseWorkersOnStart", { "value": true }); |
|
pfeldman
2016/02/09 22:42:56
Worker.setWaitForDebuggerOnStart
dgozman
2016/02/09 23:45:27
Done.
|
| InspectorTest.sendCommand("Runtime.evaluate", { "expression": "startWorker()" }); |
| InspectorTest.eventHandler["Worker.workerCreated"] = function(messageObject) |