aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-fixes.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-12-17 17:54:02 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2015-12-17 17:54:09 +0100
commit8e2fd38abe93810bc7e17343dfcf8a683cc7a3bf (patch)
treeb1578591710bcc66a15898bd3db2fab971957833 /community/chromium/musl-fixes.patch
parent4594990e312b12bb98fce14aa775cf6f78f2e771 (diff)
downloadaports-8e2fd38abe93810bc7e17343dfcf8a683cc7a3bf.tar.bz2
aports-8e2fd38abe93810bc7e17343dfcf8a683cc7a3bf.tar.xz
community/chromium: upgrade to 47.0.2526.106
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r--community/chromium/musl-fixes.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch
index 6bddcf480a..0a069b7ec3 100644
--- a/community/chromium/musl-fixes.patch
+++ b/community/chromium/musl-fixes.patch
@@ -217,14 +217,14 @@
#include "base/posix/eintr_wrapper.h"
---- ./base/logging.cc
-+++ ./base/logging.cc.orig
-@@ -543,7 +543,7 @@
+--- ./base/logging.cc.orig
++++ ./base/logging.cc
+@@ -494,7 +494,7 @@
}
LogMessage::~LogMessage() {
-#if !defined(OFFICIAL_BUILD) && !defined(OS_NACL) && !defined(__UCLIBC__)
+#if !defined(OFFICIAL_BUILD) && !defined(OS_NACL) && defined(__GLIBC__)
- if (severity_ == LOG_FATAL) {
- // Include a stack trace on a fatal.
+ if (severity_ == LOG_FATAL && !base::debug::BeingDebugged()) {
+ // Include a stack trace on a fatal, unless a debugger is attached.
base::debug::StackTrace trace;