aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc
blob: 71733a9b0845b8814484020717f195a4566df53a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                                       
                                                                       
                                                                          
 
                                                
                                               

                                                                       
                                                   

                                              
--- third_party/blink/renderer/core/inspector/inspector_memory_agent.cc.orig	2024-01-30 07:53:34 UTC
+++ third_party/blink/renderer/core/inspector/inspector_memory_agent.cc
@@ -192,7 +192,7 @@ InspectorMemoryAgent::GetSamplingProfileById(uint32_t 
 
 Vector<String> InspectorMemoryAgent::Symbolize(
     const WebVector<const void*>& addresses) {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // TODO(alph): Move symbolization to the client.
   Vector<const void*> addresses_to_symbolize;
   for (const void* address : addresses) {