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