aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__message__utils.cc
blob: 322f62776d0e32e1a40a95ba42696a0a9bb55d3c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
                            
                                                                          

  



                                                                            
                                                                   
                                      
--- ipc/ipc_message_utils.cc.orig	2024-05-21 18:07:39 UTC
+++ ipc/ipc_message_utils.cc
@@ -395,7 +395,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));