aboutsummaryrefslogtreecommitdiff
path: root/src/heap-snapshot-generator-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap-snapshot-generator-inl.h')
-rw-r--r--src/heap-snapshot-generator-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap-snapshot-generator-inl.h b/src/heap-snapshot-generator-inl.h
index 3f7e62216..ad95776cb 100644
--- a/src/heap-snapshot-generator-inl.h
+++ b/src/heap-snapshot-generator-inl.h
@@ -12,7 +12,7 @@ namespace internal {
HeapEntry* HeapGraphEdge::from() const {
- return &snapshot()->entries()[from_index_];
+ return &snapshot()->entries()[from_index()];
}