ports/www/chromium/patches/patch-ipc_ipc_message_utils_h

13 lines
618 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: ipc/ipc_message_utils.h
--- ipc/ipc_message_utils.h.orig
+++ ipc/ipc_message_utils.h
@@ -214,7 +214,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> {