From e2485db796656beda0c45fc60aed2bb66d36070f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 19 Dec 2018 15:46:24 +0100 Subject: community/chromium: upgrade to 71.0.3578.98 --- community/chromium/musl-hacks.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'community/chromium/musl-hacks.patch') diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch index 790d173993..eff59ae5bc 100644 --- a/community/chromium/musl-hacks.patch +++ b/community/chromium/musl-hacks.patch @@ -1,11 +1,11 @@ ---- ./base/debug/stack_trace.cc.orig -+++ ./base/debug/stack_trace.cc -@@ -214,7 +214,7 @@ - - std::string StackTrace::ToString() const { +--- base/debug/stack_trace.cc.orig 2018-12-08 14:11:25.303475116 +0100 ++++ base/debug/stack_trace.cc 2018-12-08 18:00:43.874946999 +0100 +@@ -229,7 +229,7 @@ + } + std::string StackTrace::ToStringWithPrefix(const char* prefix_string) const { std::stringstream stream; -#if !defined(__UCLIBC__) && !defined(_AIX) +#if defined(__GLIBC__) && !defined(_AIX) - OutputToStream(&stream); + OutputToStreamWithPrefix(&stream, prefix_string); #endif return stream.str(); -- cgit v1.2.3