| Index: src/heap-profiler.h
|
| ===================================================================
|
| --- src/heap-profiler.h (revision 7006)
|
| +++ src/heap-profiler.h (working copy)
|
| @@ -341,6 +341,7 @@
|
|
|
|
|
| class HeapEntriesMap;
|
| +class HeapEntriesAllocator;
|
| class HeapSnapshot;
|
|
|
| class AggregatedHeapSnapshotGenerator {
|
| @@ -355,7 +356,8 @@
|
| void CalculateStringsStats();
|
| void CollectStats(HeapObject* obj);
|
| template<class Iterator>
|
| - void IterateRetainers(HeapEntriesMap* entries_map);
|
| + void IterateRetainers(
|
| + HeapEntriesAllocator* allocator, HeapEntriesMap* entries_map);
|
|
|
| AggregatedHeapSnapshot* agg_snapshot_;
|
| };
|
|
|