| Index: content/common/host_discardable_shared_memory_manager.cc
|
| diff --git a/content/common/host_discardable_shared_memory_manager.cc b/content/common/host_discardable_shared_memory_manager.cc
|
| index 539136179e3affa9d0b61f74a7945311cd9476dc..1188217d2bea791dd5fcbb220240aa6d63a9e783 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.cc
|
| +++ b/content/common/host_discardable_shared_memory_manager.cc
|
| @@ -127,7 +127,7 @@ HostDiscardableSharedMemoryManager::HostDiscardableSharedMemoryManager()
|
| weak_ptr_factory_(this) {
|
| DCHECK_NE(memory_limit_, 0u);
|
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
|
| - this);
|
| + this, "HostDiscardableSharedMemoryManager");
|
| }
|
|
|
| HostDiscardableSharedMemoryManager::~HostDiscardableSharedMemoryManager() {
|
|
|