| Index: content/child/web_memory_dump_provider_adapter.cc
|
| diff --git a/content/child/web_memory_dump_provider_adapter.cc b/content/child/web_memory_dump_provider_adapter.cc
|
| index 7260803bdf366838c29d59af59ec2c2c9f2307b4..0f080e6d00c82b233b12426406b3ce1eb1dffb1d 100644
|
| --- a/content/child/web_memory_dump_provider_adapter.cc
|
| +++ b/content/child/web_memory_dump_provider_adapter.cc
|
| @@ -33,7 +33,7 @@ bool WebMemoryDumpProviderAdapter::OnMemoryDump(
|
| NOTREACHED();
|
| return false;
|
| }
|
| - WebProcessMemoryDumpImpl web_pmd_impl(pmd);
|
| + WebProcessMemoryDumpImpl web_pmd_impl(&args, pmd);
|
|
|
| return web_memory_dump_provider_->onMemoryDump(level, &web_pmd_impl);
|
| }
|
|
|