| Index: components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| diff --git a/components/arc/crash_collector/arc_crash_collector_bridge.cc b/components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| index 31140770d83dd49ab8e201342dd20171e4949c26..2336e09bee8714b2a2981e3687568ab5871bccaa 100644
|
| --- a/components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| +++ b/components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| @@ -72,7 +72,7 @@ void ArcCrashCollectorBridge::OnInstanceReady() {
|
| void ArcCrashCollectorBridge::DumpCrash(const mojo::String& type,
|
| mojo::ScopedHandle pipe) {
|
| mojo::edk::ScopedPlatformHandle pipe_handle;
|
| - mojo::edk::PassWrappedPlatformHandle(pipe.get().value(), &pipe_handle);
|
| + mojo::edk::PassWrappedPlatformHandle(pipe.release().value(), &pipe_handle);
|
|
|
| blocking_task_runner_->PostTask(
|
| FROM_HERE, base::Bind(&RunCrashReporter, type, device_, board_, cpu_abi_,
|
|
|