1 --- ipc/ipc_message_utils.h.orig 2022-05-19 14:06:27 UTC 2 +++ ipc/ipc_message_utils.h 3 @@ -212,7 +212,7 @@ struct ParamTraits<unsigned int> { 4 // Since we want to support Android 32<>64 bit IPC, as long as we don't have 5 // these traits for 32 bit ARM then that'll catch any errors. 6 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ 7 - BUILDFLAG(IS_FUCHSIA) || \ 8 + BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \ 9 (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS)) 10 template <> 11 struct ParamTraits<long> { 12