blob: 490702a9c6be14bb2b9aca43692e306a223ad1d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ipc/ipc_message_utils.cc.orig 2024-11-16 12:20:41 UTC
+++ ipc/ipc_message_utils.cc
@@ -399,7 +399,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
}
#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))
void ParamTraits<long>::Log(const param_type& p, std::string* l) {
l->append(base::NumberToString(p));
|