summaryrefslogtreecommitdiffstats
path: root/content/zygote/zygote_main_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/zygote/zygote_main_linux.cc')
-rw-r--r--content/zygote/zygote_main_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
index c5b0b8f..8a3221a 100644
--- a/content/zygote/zygote_main_linux.cc
+++ b/content/zygote/zygote_main_linux.cc
@@ -588,7 +588,7 @@ bool ZygoteMain(const MainFunctionParams& params,
#if defined(SANITIZER_COVERAGE)
pid_t sancov_helper_pid = ForkSanitizerCoverageHelper(
- sancov_socket_fds[0], sancov_socket_fds[1], sancov_file_fd.Pass(),
+ sancov_socket_fds[0], sancov_socket_fds[1], std::move(sancov_file_fd),
sandbox_fds_to_close_post_fork);
// It's important that the zygote reaps the helper before dying. Otherwise,
// the destruction of the PID namespace could kill the helper before it