11 lines
563 B
C++
11 lines
563 B
C++
--- ipc/ipc_message_utils.cc.orig 2022-10-05 07:34:01 UTC
|
|
+++ ipc/ipc_message_utils.cc
|
|
@@ -359,7 +359,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));
|