ports/www/chromium/patches/patch-ipc_ipc_message_utils_cc

13 lines
571 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: ipc/ipc_message_utils.cc
--- ipc/ipc_message_utils.cc.orig
+++ ipc/ipc_message_utils.cc
2023-09-14 00:49:35 +00:00
@@ -393,7 +393,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
2023-08-16 22:26:55 +00:00
}
#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));