Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebProcessMemoryDump.h |
| diff --git a/third_party/WebKit/public/platform/WebProcessMemoryDump.h b/third_party/WebKit/public/platform/WebProcessMemoryDump.h |
| index 432ab947b0d9a0d11303de1f9e7ade675a2b647f..eb57e181e4b2fc58e3f9b998401db6280dd708f9 100644 |
| --- a/third_party/WebKit/public/platform/WebProcessMemoryDump.h |
| +++ b/third_party/WebKit/public/platform/WebProcessMemoryDump.h |
| @@ -125,7 +125,7 @@ public: |
| // Dumps heap memory usage. |allocatorName| is used as an absolute name for |
| // base::trace_event::ProcessMemoryDump::AddHeapDump. |
| - virtual void dumpHeapUsage(const base::hash_map<base::trace_event::AllocationContext, size_t>& bytesByContext, base::trace_event::TraceEventMemoryOverhead& overhead, const char* allocatorName) |
| + virtual void dumpHeapUsage(const base::hash_map<base::trace_event::AllocationContext, base::trace_event::AllocationsSizeAndCount>& metricsByContext, base::trace_event::TraceEventMemoryOverhead& overhead, const char* allocatorName) |
|
Dmitry Skiba
2016/04/14 19:07:30
OMG long line, how did it pass presubmit check?
Primiano Tucci (use gerrit)
2016/04/14 19:37:22
Welcome to blink, where 80 col limit does not appl
|
| { |
| BLINK_ASSERT_NOT_REACHED(); |
| } |