Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 0213539171e9c66a0f419fc37f62d9dab2818f6c..3e4ce71b8ad80bb102092e7368e0380b0ffab577 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -332,6 +332,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
v8::HeapProfiler::ObjectNameResolver* resolver); |
virtual ~V8HeapExplorer(); |
virtual HeapEntry* AllocateEntry(HeapThing ptr); |
+ void AddRootEntries(SnapshotFiller* filler); |
int EstimateObjectsCount(HeapIterator* iterator); |
bool IterateAndExtractReferences(SnapshotFiller* filler); |
void TagGlobalObjects(); |
@@ -472,6 +473,7 @@ class NativeObjectsExplorer { |
NativeObjectsExplorer(HeapSnapshot* snapshot, |
SnapshottingProgressReportingInterface* progress); |
virtual ~NativeObjectsExplorer(); |
+ void AddRootEntries(SnapshotFiller* filler); |
int EstimateObjectsCount(); |
bool IterateAndExtractReferences(SnapshotFiller* filler); |