summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__message__utils.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-06-07 20:28:41 +0000
committerRene Ladan <rene@FreeBSD.org>2016-06-07 20:28:41 +0000
commit45d3cc73dc908af3262c6a714cb755edd03f071a (patch)
tree564e40b2ccfe669385077be2c94de93ac0c15fe3 /www/chromium/files/patch-ipc_ipc__message__utils.cc
parentUpdate to 6.0p1. Notable fixes: (diff)
www/chromium: update to 51.0.2704.84
A lot of patch files are renamed in this update. Submitted by: Timothy Vaccarelli Obtained from: https://github.com/LeFroid/ MFH: 2016Q2 Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-ipc_ipc__message__utils.cc')
-rw-r--r--www/chromium/files/patch-ipc_ipc__message__utils.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-ipc_ipc__message__utils.cc b/www/chromium/files/patch-ipc_ipc__message__utils.cc
new file mode 100644
index 000000000000..f3b95c29a0b7
--- /dev/null
+++ b/www/chromium/files/patch-ipc_ipc__message__utils.cc
@@ -0,0 +1,11 @@
+--- ipc/ipc_message_utils.cc.orig 2016-05-20 21:47:31 UTC
++++ ipc/ipc_message_utils.cc
+@@ -414,7 +414,7 @@ void ParamTraits<unsigned int>::Log(cons
+ l->append(base::UintToString(p));
+ }
+
+-#if defined(OS_WIN) || defined(OS_LINUX) || \
++#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) || \
+ (defined(OS_ANDROID) && defined(ARCH_CPU_64_BITS))
+ void ParamTraits<long>::Log(const param_type& p, std::string* l) {
+ l->append(base::Int64ToString(static_cast<int64_t>(p)));