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

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

Issue 2249743002: [DevTools] Rename entities in js_protocol, remove deprecated ones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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/WorkerThreadDebugger.cpp
diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
index 8553011d2b25d5ce2ac497724bc50d182093c183..71debf9c29c15b660c51e525dda77b54ef816853 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
@@ -159,7 +159,7 @@ bool WorkerThreadDebugger::canExecuteScripts(int contextGroupId)
return true;
}
-void WorkerThreadDebugger::resumeStartup(int contextGroupId)
+void WorkerThreadDebugger::runIfWaitingForDebugger(int contextGroupId)
{
DCHECK(contextGroupId == workerContextGroupId);
m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();

Powered by Google App Engine
This is Rietveld 408576698