diff options
Diffstat (limited to 'www/iridium/files/patch-base_debug_stack__trace.cc')
| -rw-r--r-- | www/iridium/files/patch-base_debug_stack__trace.cc | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/www/iridium/files/patch-base_debug_stack__trace.cc b/www/iridium/files/patch-base_debug_stack__trace.cc index 81fe117bfb42..e357ec2b2776 100644 --- a/www/iridium/files/patch-base_debug_stack__trace.cc +++ b/www/iridium/files/patch-base_debug_stack__trace.cc @@ -1,6 +1,6 @@ ---- base/debug/stack_trace.cc.orig	2025-05-07 06:48:23 UTC +--- base/debug/stack_trace.cc.orig	2025-10-28 14:29:43 UTC  +++ base/debug/stack_trace.cc -@@ -268,7 +268,7 @@ bool StackTrace::WillSymbolizeToStreamForTesting() { +@@ -271,7 +271,7 @@ bool StackTrace::WillSymbolizeToStreamForTesting() {     // Symbols are not expected to be reliable when gn args specifies     // symbol_level=0.     return false; @@ -9,7 +9,7 @@     // StackTrace::OutputToStream() is not implemented under uclibc, nor AIX.     // See https://crbug.com/706728     return false; -@@ -321,7 +321,9 @@ void StackTrace::OutputToStreamWithPrefix(std::ostream +@@ -324,7 +324,9 @@ void StackTrace::OutputToStreamWithPrefix(std::ostream       }       return;     } @@ -19,7 +19,7 @@   }   std::string StackTrace::ToString() const { -@@ -330,7 +332,7 @@ std::string StackTrace::ToString() const { +@@ -333,7 +335,7 @@ std::string StackTrace::ToString() const {   std::string StackTrace::ToStringWithPrefix(cstring_view prefix_string) const {     std::stringstream stream; @@ -28,7 +28,7 @@     OutputToStreamWithPrefix(&stream, prefix_string);   #endif     return stream.str(); -@@ -354,7 +356,7 @@ bool StackTrace::ShouldSuppressOutput() { +@@ -357,7 +359,7 @@ bool StackTrace::ShouldSuppressOutput() {   }   std::ostream& operator<<(std::ostream& os, const StackTrace& s) { | 
