Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/suspend-setTimeout-on-pause-in-dedicated-worker.html

Issue 1692813002: Revert of [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c2929a3e00994149c66dfaf44b8171ea5af20074 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
@@ -39,7 +39,7 @@
}
}
InspectorTest.sendCommand("Worker.enable", {}, didEnableWorkerDebugging);
- InspectorTest.sendCommand("Worker.setWaitForDebuggerOnStart", { "value": true });
+ InspectorTest.sendCommand("Worker.setAutoconnectToWorkers", { "value": true });
InspectorTest.sendCommand("Runtime.evaluate", { "expression": "startWorker()" });
InspectorTest.eventHandler["Worker.workerCreated"] = function(messageObject)

Powered by Google App Engine
This is Rietveld 408576698