diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 15:46:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 21:01:04 +0100 |
commit | e2485db796656beda0c45fc60aed2bb66d36070f (patch) | |
tree | ff82059197063498fe3e355b683776ff8a67b76f /community/chromium/musl-hacks.patch | |
parent | c40c42dae6e2da6c0bb0ce52f23dad837b330229 (diff) | |
download | aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.bz2 aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.xz |
community/chromium: upgrade to 71.0.3578.98
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r-- | community/chromium/musl-hacks.patch | 12 |
1 files changed, 6 insertions, 6 deletions
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(); |