aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-base_trace__event_memory__dump__manager.cc
blob: 27b9f210b8dbf2771973f4feb3d61802ac97f095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/trace_event/memory_dump_manager.cc.orig	2025-03-09 21:38:10 UTC
+++ base/trace_event/memory_dump_manager.cc
@@ -78,7 +78,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP
 #if defined(MALLOC_MEMORY_TRACING_SUPPORTED)
     MallocDumpProvider::kAllocatedObjects;
 #else
-    nullptr;
+    "";
 #endif
 
 // static