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

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

Issue 2469233002: [DONT COMMIT] DevTools: Make WorkerThreadDebugger available for Worklets [1] (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bb4fc3d7405f3a8aea6a8accad861c7281372f22..23135f9f7ac0f72355aaa518f2f488e099112574 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
@@ -134,6 +134,10 @@ void WorkerThreadDebugger::quitMessageLoopOnPause() {
m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();
}
+void WorkerThreadDebugger::quitMessageLoopOnPause(int contextGroupId) {
+ quitMessageLoopOnPause();
+}
+
void WorkerThreadDebugger::muteMetrics(int contextGroupId) {
DCHECK(contextGroupId == workerContextGroupId);
}
« no previous file with comments | « third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698