| Index: src/inspector/v8-console.cc
|
| diff --git a/src/inspector/v8-console.cc b/src/inspector/v8-console.cc
|
| index 69e58dfabd03fd64fb8d4bd741bee9e62c36e5ab..d1973e11f481ea959c6be248ba8e371860c8b7c9 100644
|
| --- a/src/inspector/v8-console.cc
|
| +++ b/src/inspector/v8-console.cc
|
| @@ -263,7 +263,7 @@ void V8Console::countCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| String16 identifier;
|
| if (title.isEmpty()) {
|
| std::unique_ptr<V8StackTraceImpl> stackTrace =
|
| - V8StackTraceImpl::capture(m_inspector->debugger(), 0, 1);
|
| + V8StackTraceImpl::capture(m_inspector->debugger(), helper.groupId(), 1);
|
| if (stackTrace && !stackTrace->isEmpty()) {
|
| identifier = toString16(stackTrace->topSourceURL()) + ":" +
|
| String16::fromInteger(stackTrace->topLineNumber());
|
|
|