SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/chromium/patches/patch-ipc_ipc_channel_mojo_cc
Normal file
12
www/chromium/patches/patch-ipc_ipc_channel_mojo_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: ipc/ipc_channel_mojo.cc
|
||||
--- ipc/ipc_channel_mojo.cc.orig
|
||||
+++ ipc/ipc_channel_mojo.cc
|
||||
@@ -105,7 +105,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe
|
||||
};
|
||||
|
||||
base::ProcessId GetSelfPID() {
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
if (int global_pid = Channel::GetGlobalPid())
|
||||
return global_pid;
|
||||
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
Loading…
Add table
Add a link
Reference in a new issue