| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| index 2b02413cf4d40ff0d7ed78a6c48f57f17b68f48e..4ff8951b0220952e2f4973f51630ec9a4f28260b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| @@ -1026,7 +1026,7 @@ void V8DebuggerAgentImpl::asyncTaskStarted(void* task)
|
| // - asyncTaskCanceled <-- canceled before finished
|
| // <-- async stack requested here -->
|
| // - asyncTaskFinished
|
| - m_currentStacks.append(stack ? stack->clone() : nullptr);
|
| + m_currentStacks.append(stack ? stack->cloneImpl() : nullptr);
|
| }
|
|
|
| void V8DebuggerAgentImpl::asyncTaskFinished(void* task)
|
|
|