| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 30d70a2c7495643e922edf251e3fe635bee4e9ef..d5f139fc0fba2fa3158f75a47d9bee57f8ff0ad5 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -700,6 +700,7 @@ class HeapSnapshot {
|
| List<HeapEntry*>* GetSortedEntriesList();
|
| template<class Visitor>
|
| void IterateEntries(Visitor* visitor) { entries_.Iterate(visitor); }
|
| + void SetDominatorsToSelf();
|
|
|
| void Print(int max_depth);
|
| void PrintEntriesSize();
|
|
|