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