diff options
Diffstat (limited to 'www/iridium/files/patch-ipc_ipc__channel__mojo.cc')
-rw-r--r-- | www/iridium/files/patch-ipc_ipc__channel__mojo.cc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/iridium/files/patch-ipc_ipc__channel__mojo.cc b/www/iridium/files/patch-ipc_ipc__channel__mojo.cc index 3a90d60689d4..54e779282f74 100644 --- a/www/iridium/files/patch-ipc_ipc__channel__mojo.cc +++ b/www/iridium/files/patch-ipc_ipc__channel__mojo.cc @@ -1,6 +1,6 @@ ---- ipc/ipc_channel_mojo.cc.orig 2019-03-11 22:00:59 UTC +--- ipc/ipc_channel_mojo.cc.orig 2020-02-03 21:52:47 UTC +++ ipc/ipc_channel_mojo.cc -@@ -64,7 +64,7 @@ class MojoChannelFactory : public ChannelFactory { +@@ -74,10 +74,10 @@ class MojoChannelFactory : public ChannelFactory { }; base::ProcessId GetSelfPID() { @@ -8,4 +8,8 @@ +#if defined(OS_LINUX) || defined(OS_BSD) if (int global_pid = Channel::GetGlobalPid()) return global_pid; - #endif // OS_LINUX +-#endif // OS_LINUX ++#endif // OS_LINUX || OS_BSD + #if defined(OS_NACL) + return -1; + #else |