1 --- src/3rdparty/chromium/base/process/kill.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/process/kill.h
3 @@ -123,7 +123,7 @@ GetKnownDeadTerminationStatus(ProcessHandle handle, in
4  BASE_EXPORT TerminationStatus
5  GetKnownDeadTerminationStatus(ProcessHandle handle, int* exit_code);
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9  // Spawns a thread to wait asynchronously for the child |process| to exit
10  // and then reaps it.
11  BASE_EXPORT void EnsureProcessGetsReaped(Process process);
12