| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| index 05226cd8f4307aedd5462761ed0832094e044ea1..7c030806ee32509053e421a6effa09af4250e378 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -468,7 +468,7 @@ void V8RuntimeAgentImpl::releaseObjectGroup(ErrorString*, const String16& object
|
|
|
| void V8RuntimeAgentImpl::run(ErrorString* errorString)
|
| {
|
| - m_session->client()->resumeStartup();
|
| + m_inspector->client()->resumeStartup(m_session->contextGroupId());
|
| }
|
|
|
| void V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(ErrorString*, bool enabled)
|
|
|