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 ba297155a99f718a7658168b52c84db3e8e654f8..86d4551ccaab29a5245462f620ec7ca93008aa0e 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 |
@@ -45,7 +45,7 @@ function test() |
workerId = messageObject["params"]["workerId"]; |
InspectorTest.log("Worker created"); |
sendCommandToWorker("Debugger.enable", {}); |
- sendCommandToWorker("Runtime.run", {}); |
+ sendCommandToWorker("Runtime.runIfWaitingForDebugger", {}); |
} |
var pauseCount = 0; |