Chromium Code Reviews| Index: src/heap-snapshot-generator.cc |
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
| index 57991322a625b6f0431f012f898834f8e195d515..bc951f3be8f1c3e4a56f5c7d13e5e39ba3666a4a 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_sites", site->nested_sites(), |
|
Hannes Payer (out of office)
2013/09/24 08:04:40
same same
|
| + AllocationSite::kNestedSitesOffset); |
| SetInternalReference(site, entry, "dependent_code", site->dependent_code(), |
| AllocationSite::kDependentCodeOffset); |
| } |