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

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

Issue 2249663003: Revert of [DevTools] Rename entities in js_protocol, remove deprecated ones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 6197f29a18544afcd89f8d9e01777a1e63514eb5..131b2dcec769477c0d919b9aa16f847f77345e6f 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
@@ -159,7 +159,7 @@
return true;
}
-void WorkerThreadDebugger::runIfWaitingForDebugger(int contextGroupId)
+void WorkerThreadDebugger::resumeStartup(int contextGroupId)
{
DCHECK(contextGroupId == workerContextGroupId);
m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();

Powered by Google App Engine
This is Rietveld 408576698