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