| 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 1f55f314652dcd278726fb8a27130925d6e25deb..78317c4268db6c66f29a9ad6e8f56225d84458a2 100644
|
| --- a/components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| +++ b/components/arc/crash_collector/arc_crash_collector_bridge.cc
|
| @@ -73,7 +73,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_,
|
|
|