| 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();
|
| }
|
|
|