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

Unified Diff: src/inspector/v8-debugger.cc

Issue 2451893005: [DONT COMMIT] Inspector: Change V8InspectorClient to support Worklets [2] (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
« include/v8-inspector.h ('K') | « include/v8-inspector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-debugger.cc
diff --git a/src/inspector/v8-debugger.cc b/src/inspector/v8-debugger.cc
index 8b8f62881a8f9eead222bf814047bc11f5826912..641f9279a27f3e50e9663813995c5083fab57b8c 100644
--- a/src/inspector/v8-debugger.cc
+++ b/src/inspector/v8-debugger.cc
@@ -298,7 +298,8 @@ void V8Debugger::breakProgram() {
}
void V8Debugger::continueProgram() {
- if (isPaused()) m_inspector->client()->quitMessageLoopOnPause();
+ if (isPaused())
+ m_inspector->client()->quitMessageLoopOnPause(getGroupId(m_pausedContext));
m_pausedContext.Clear();
m_executionState.Clear();
}
« include/v8-inspector.h ('K') | « include/v8-inspector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698