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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html

Issue 1679133002: [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
index 1ef555ab2649ddacc30197278e98c2a3b1c10348..d94a79fbe2917c3d4a6a08805236aa74e0c00348 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
@@ -31,7 +31,7 @@ function test()
{
InspectorTest.WorkerAgent.disable();
// Debugger should not crash when autoconnecting is immediately followed by termination.
- InspectorTest.WorkerAgent.setAutoconnectToWorkers(true, didDisableWorkerInspection);
+ InspectorTest.WorkerAgent.setWaitForDebuggerOnStart(true, didDisableWorkerInspection);
function didDisableWorkerInspection()
{
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698