blob: cde919b01a1936de60553803476ac212e5be221a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/trace_event/memory_dump_manager.cc.orig 2025-03-24 20:50:14 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
|