Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index a24f9a952371b19807a753766642e0dcdfc044d8..13c6b2db0b667c6b82821150d0ae8235ae07acf5 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -1101,7 +1101,7 @@ class HeapSnapshotGenerator : public SnapshottingProgressReportingInterface { |
private: |
bool ApproximateRetainedSizes(); |
bool BuildDominatorTree(const Vector<HeapEntry*>& entries, |
- Vector<HeapEntry*>* dominators); |
+ Vector<int>* dominators); |
bool CountEntriesAndReferences(); |
bool FillReferences(); |
void FillReversePostorderIndexes(Vector<HeapEntry*>* entries); |