| Index: components/discardable_memory/common/discardable_shared_memory_heap.cc
|
| diff --git a/components/discardable_memory/common/discardable_shared_memory_heap.cc b/components/discardable_memory/common/discardable_shared_memory_heap.cc
|
| index 12d8eb6cfcc1737ff64376c2fad81f2037aa86ad..0bad4cf2532880ffa3dc4223b68b2d1cb4f638a6 100644
|
| --- a/components/discardable_memory/common/discardable_shared_memory_heap.cc
|
| +++ b/components/discardable_memory/common/discardable_shared_memory_heap.cc
|
| @@ -426,7 +426,9 @@ void DiscardableSharedMemoryHeap::OnMemoryDump(
|
| ->GetTracingProcessId();
|
| base::trace_event::MemoryAllocatorDumpGuid shared_segment_guid =
|
| GetSegmentGUIDForTracing(tracing_process_id, segment_id);
|
| - pmd->CreateWeakSharedGlobalAllocatorDump(shared_segment_guid);
|
| + // TODO(ssid): Make this weak once the GUID created is consistent
|
| + // crbug.com/661257.
|
| + pmd->CreateSharedGlobalAllocatorDump(shared_segment_guid);
|
|
|
| // The size is added to the global dump so that it gets propagated to both the
|
| // dumps associated.
|
|
|