| 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 2ea9821314f9a1a696b4350ef201b9f184e65b0e..e2b89cd6423722c42ac14275b772d3ea2cec2427 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.cc
|
| +++ b/content/common/host_discardable_shared_memory_manager.cc
|
| @@ -135,7 +135,7 @@ HostDiscardableSharedMemoryManager::HostDiscardableSharedMemoryManager()
|
| base::Bind(&HostDiscardableSharedMemoryManager::EnforceMemoryPolicy,
|
| weak_ptr_factory_.GetWeakPtr());
|
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
|
| - this);
|
| + this, "HostDiscardableSharedMemoryManager", nullptr);
|
| }
|
|
|
| HostDiscardableSharedMemoryManager::~HostDiscardableSharedMemoryManager() {
|
|
|