| Index: src/heap-snapshot-generator.cc | 
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc | 
| index 2d31ca49d1f88118982e487038f470f24bd1f89e..57991322a625b6f0431f012f898834f8e195d515 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, "dependent_code", site->dependent_code(), | 
| +                       AllocationSite::kDependentCodeOffset); | 
| } | 
|  | 
|  | 
|  |