| Index: content/child/web_process_memory_dump_impl.cc
|
| diff --git a/content/child/web_process_memory_dump_impl.cc b/content/child/web_process_memory_dump_impl.cc
|
| index 47e9d1ae8154383d0e53a371138bc816ce810186..c8c3ca786174a6be97704da78111e2947c76d8e4 100644
|
| --- a/content/child/web_process_memory_dump_impl.cc
|
| +++ b/content/child/web_process_memory_dump_impl.cc
|
| @@ -114,7 +114,7 @@ void WebProcessMemoryDumpImpl::takeAllDumpsFrom(
|
| first_entry->first;
|
| memory_allocator_dumps_.set(
|
| memory_allocator_dump,
|
| - other_impl->memory_allocator_dumps_.take_and_erase(first_entry).Pass());
|
| + other_impl->memory_allocator_dumps_.take_and_erase(first_entry));
|
| }
|
| DCHECK_EQ(expected_final_size, memory_allocator_dumps_.size());
|
| DCHECK(other_impl->memory_allocator_dumps_.empty());
|
|
|