Index: src/profiler/heap-snapshot-generator.h |
diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h |
index b4de8b57e12c7c31404fb4e9b832315b9a426204..431d885866de73db2f5aa64ae0caeccee3787658 100644 |
--- a/src/profiler/heap-snapshot-generator.h |
+++ b/src/profiler/heap-snapshot-generator.h |
@@ -496,7 +496,7 @@ class NativeObjectsExplorer { |
private: |
void FillRetainedObjects(); |
- void FillImplicitReferences(); |
+ void FillEdges(); |
List<HeapObject*>* GetListMaybeDisposeInfo(v8::RetainedObjectInfo* info); |
void SetNativeRootReference(v8::RetainedObjectInfo* info); |
void SetRootNativeRootsReference(); |
@@ -532,6 +532,7 @@ class NativeObjectsExplorer { |
HeapEntriesAllocator* native_entries_allocator_; |
// Used during references extraction. |
SnapshotFiller* filler_; |
+ v8::HeapProfiler::RetainerEdges edges_; |
static HeapThing const kNativesRootObject; |