aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__message__utils.h
blob: 4618c63ee76633664df1e8023e27d1db840115ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ipc/ipc_message_utils.h.orig	2025-05-05 10:57:53 UTC
+++ ipc/ipc_message_utils.h
@@ -216,7 +216,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> {