diff options
Diffstat (limited to 'devel/electron35/files/patch-ipc_ipc__message__utils.h')
| -rw-r--r-- | devel/electron35/files/patch-ipc_ipc__message__utils.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-ipc_ipc__message__utils.h b/devel/electron35/files/patch-ipc_ipc__message__utils.h deleted file mode 100644 index a2df6b8baaf7..000000000000 --- a/devel/electron35/files/patch-ipc_ipc__message__utils.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_message_utils.h.orig	2025-03-24 20:50:14 UTC -+++ ipc/ipc_message_utils.h -@@ -215,7 +215,7 @@ struct ParamTraits<unsigned int> { - // Since we want to support Android 32<>64 bit IPC, as long as we don't have - // these traits for 32 bit ARM then that'll catch any errors. - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ --    BUILDFLAG(IS_FUCHSIA) ||                                              \ -+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) ||                         \ -     (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS)) - template <> - struct ParamTraits<long> {  | 
