diff options
Diffstat (limited to 'www/chromium/files/patch-base_debug_stack__trace__posix.cc')
-rw-r--r-- | www/chromium/files/patch-base_debug_stack__trace__posix.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base_debug_stack__trace__posix.cc b/www/chromium/files/patch-base_debug_stack__trace__posix.cc index 7e2f27d..6b2420b 100644 --- a/www/chromium/files/patch-base_debug_stack__trace__posix.cc +++ b/www/chromium/files/patch-base_debug_stack__trace__posix.cc @@ -1,6 +1,6 @@ ---- base/debug/stack_trace_posix.cc.orig 2017-03-09 20:04:26 UTC +--- base/debug/stack_trace_posix.cc.orig 2017-04-19 19:06:28 UTC +++ base/debug/stack_trace_posix.cc -@@ -33,7 +33,7 @@ +@@ -34,7 +34,7 @@ #include <AvailabilityMacros.h> #endif @@ -9,7 +9,7 @@ #include "base/debug/proc_maps_linux.h" #endif -@@ -574,6 +574,10 @@ class SandboxSymbolizeHelper { +@@ -575,6 +575,10 @@ class SandboxSymbolizeHelper { // for the modules that are loaded in the current process. // Returns true on success. bool CacheMemoryRegions() { @@ -20,7 +20,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -589,6 +593,7 @@ class SandboxSymbolizeHelper { +@@ -590,6 +594,7 @@ class SandboxSymbolizeHelper { is_initialized_ = true; return true; |