1 --- src/3rdparty/chromium/ipc/ipc_message_utils.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/ipc/ipc_message_utils.cc 3 @@ -399,7 +399,7 @@ void ParamTraits<unsigned int>::Log(const param_type& 4 } 5 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 void ParamTraits<long>::Log(const param_type& p, std::string* l) { 11 l->append(base::NumberToString(p)); 12