summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_debug_stack__trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_debug_stack__trace.h')
-rw-r--r--www/chromium/files/patch-base_debug_stack__trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-base_debug_stack__trace.h b/www/chromium/files/patch-base_debug_stack__trace.h
index 6e702f67799e..fd24a9ba8900 100644
--- a/www/chromium/files/patch-base_debug_stack__trace.h
+++ b/www/chromium/files/patch-base_debug_stack__trace.h
@@ -1,6 +1,6 @@
---- base/debug/stack_trace.h.orig 2021-09-24 04:25:55 UTC
+--- base/debug/stack_trace.h.orig 2021-12-14 11:44:55 UTC
+++ base/debug/stack_trace.h
-@@ -19,6 +19,7 @@
+@@ -18,6 +18,7 @@
#if !defined(OS_NACL)
#include <signal.h>
#endif
@@ -8,7 +8,7 @@
#include <unistd.h>
#endif
-@@ -156,7 +157,7 @@ BASE_EXPORT size_t CollectStackTrace(void** trace, siz
+@@ -155,7 +156,7 @@ BASE_EXPORT size_t CollectStackTrace(void** trace, siz
// scanning area at the origin of the stack, wasting time and not finding any
// frames (since Android libraries don't have frame pointers). Scanning is not
// enabled on other posix platforms due to legacy reasons.