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

Unified Diff: third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp

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/Source/core/inspector/WorkerInspectorController.cpp
diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
index 6fc9412c8820a40db3eae193e51579c4e87e0498..21c88d77c2c767546e00aefeac87f1efd4b9278c 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
@@ -215,6 +215,11 @@
m_workerThreadDebugger->quitMessageLoopOnPause();
}
+bool WorkerInspectorController::isRunRequired()
+{
+ return m_paused;
+}
+
InspectorFrontendChannel* WorkerInspectorController::frontendChannel() const
{
return static_cast<InspectorFrontendChannel*>(m_pageInspectorProxy.get());

Powered by Google App Engine
This is Rietveld 408576698