Chromium Code Reviews| Index: src/heap-profiler.cc |
| diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc |
| index 3fb1ec11228c5e752ef1cbfcf881de434c9361f2..73a2fc5f545eeba45b6f9a013b8440382cb105a8 100644 |
| --- a/src/heap-profiler.cc |
| +++ b/src/heap-profiler.cc |
| @@ -1064,6 +1064,8 @@ void AggregatedHeapSnapshotGenerator::FillHeapSnapshot(HeapSnapshot* snapshot) { |
| // Fill up references. |
| IterateRetainers<AllocatingRetainersIterator>(&entries_map); |
| + |
| + snapshot->SetDominatorsToSelf(); |
| } |