summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-ipc_ipc_message_utils_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-ipc_ipc_message_utils_cc')
-rw-r--r--www/chromium/patches/patch-ipc_ipc_message_utils_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ipc_ipc_message_utils_cc b/www/chromium/patches/patch-ipc_ipc_message_utils_cc
deleted file mode 100644
index 92fb84c..0000000
--- a/www/chromium/patches/patch-ipc_ipc_message_utils_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: ipc/ipc_message_utils.cc
2--- ipc/ipc_message_utils.cc.orig
3+++ ipc/ipc_message_utils.cc
4@@ -350,7 +350,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
5 }
6
7 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
8- BUILDFLAG(IS_FUCHSIA) || \
9+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \
10 (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
11 void ParamTraits<long>::Log(const param_type& p, std::string* l) {
12 l->append(base::NumberToString(p));