| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 55c57fd5283c68f5e732a09ec7cf368ac72a9457..16764a214ab581e0cae3af48e92b702cbe4d5211 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -696,6 +696,7 @@ class HeapSnapshot {
|
| void ApproximateRetainedSizes();
|
| void ClearPaint();
|
| HeapSnapshotsDiff* CompareWith(HeapSnapshot* snapshot);
|
| + HeapEntry* GetEntryById(uint64_t id);
|
| List<HeapGraphPath*>* GetRetainingPaths(HeapEntry* entry);
|
| List<HeapEntry*>* GetSortedEntriesList();
|
| template<class Visitor>
|
|
|