diff options
Diffstat (limited to 'devel/electron33/files/patch-ipc_ipc__channel__mojo.cc')
-rw-r--r-- | devel/electron33/files/patch-ipc_ipc__channel__mojo.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ipc_ipc__channel__mojo.cc b/devel/electron33/files/patch-ipc_ipc__channel__mojo.cc deleted file mode 100644 index aad0bd25fa8f..000000000000 --- a/devel/electron33/files/patch-ipc_ipc__channel__mojo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_channel_mojo.cc.orig 2023-02-01 18:43:22 UTC -+++ 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) |