Index: src/heap-snapshot-generator-inl.h |
diff --git a/src/heap-snapshot-generator-inl.h b/src/heap-snapshot-generator-inl.h |
index 3f7e6221661a2e4737053277c35e73ecf39350bf..ad95776cbe544e2c37abf6c0c5fd7f6d768d6ed1 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()]; |
} |