Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 70881ef642891023c8190d44fd31ee35dae41931..31d808856d180e7d4f2c67b7d172d58ff850a897 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -460,6 +460,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
void ExtractCodeReferences(int entry, Code* code); |
void ExtractCellReferences(int entry, Cell* cell); |
void ExtractPropertyCellReferences(int entry, PropertyCell* cell); |
+ void ExtractAllocationSiteReferences(int entry, AllocationSite* site); |
void ExtractClosureReferences(JSObject* js_obj, int entry); |
void ExtractPropertyReferences(JSObject* js_obj, int entry); |
bool ExtractAccessorPairProperty(JSObject* js_obj, int entry, |