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