| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 57991322a625b6f0431f012f898834f8e195d515..5570362b8c1726f434bb3e715335f82c6145202d 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1301,6 +1301,8 @@ void V8HeapExplorer::ExtractAllocationSiteReferences(int entry,
|
| AllocationSite* site) {
|
| SetInternalReference(site, entry, "transition_info", site->transition_info(),
|
| AllocationSite::kTransitionInfoOffset);
|
| + SetInternalReference(site, entry, "nested_site", site->nested_site(),
|
| + AllocationSite::kNestedSiteOffset);
|
| SetInternalReference(site, entry, "dependent_code", site->dependent_code(),
|
| AllocationSite::kDependentCodeOffset);
|
| }
|
|
|