| Index: content/common/discardable_shared_memory_heap.cc
|
| diff --git a/content/common/discardable_shared_memory_heap.cc b/content/common/discardable_shared_memory_heap.cc
|
| index 3da78092afa4058b0b484d86ca3f2b7f2ee582ad..ccf2729c557f660e3b675def1393449be60564dd 100644
|
| --- a/content/common/discardable_shared_memory_heap.cc
|
| +++ b/content/common/discardable_shared_memory_heap.cc
|
| @@ -389,7 +389,7 @@ void DiscardableSharedMemoryHeap::OnMemoryDump(
|
|
|
| base::trace_event::MemoryAllocatorDump* obj_dump =
|
| pmd->CreateAllocatorDump(segment_dump_name + "/allocated_objects");
|
| - obj_dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectsCount,
|
| + obj_dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount,
|
| base::trace_event::MemoryAllocatorDump::kUnitsObjects,
|
| static_cast<uint64_t>(allocated_objects_count));
|
| obj_dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize,
|
|
|