Index: content/zygote/zygote_linux.cc |
diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc |
index bd642216b1158466f6acc806a885ade583fcb045..f0b91619be59864721abf7d3ccd03dc5b3738f0a 100644 |
--- a/content/zygote/zygote_linux.cc |
+++ b/content/zygote/zygote_linux.cc |
@@ -248,7 +248,7 @@ |
// with this for now. |
#if !defined(THREAD_SANITIZER) |
// TODO(jln): this old code is completely broken. See crbug.com/274855. |
- base::EnsureProcessTerminated(base::Process(child_info.internal_pid)); |
+ base::EnsureProcessTerminated(child_info.internal_pid); |
#else |
LOG(WARNING) << "Zygote process omitting a call to " |
<< "base::EnsureProcessTerminated() for child pid " << child |