| Index: components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| diff --git a/components/tracing/child_memory_dump_manager_delegate_impl.cc b/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| index f8048d96716974ce761c6e75ab9ed6ff9ee120de..4e2cc9f318dd138846f3e24d5300f10118da1e38 100644
|
| --- a/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| +++ b/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| @@ -31,7 +31,7 @@ void ChildMemoryDumpManagerDelegateImpl::SetChildTraceMessageFilter(
|
| // replacing a valid instance with another one (should never happen).
|
| DCHECK(ctmf_ == nullptr || (ctmf == nullptr && ctmf_task_runner_ != nullptr));
|
| ctmf_ = ctmf;
|
| - ctmf_task_runner_ = ctmf ? (ctmf->ipc_message_loop()) : nullptr;
|
| + ctmf_task_runner_ = ctmf ? (ctmf->ipc_task_runner()) : nullptr;
|
| }
|
|
|
| // Invoked in child processes by the MemoryDumpManager.
|
|
|