Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 223b240b8f9f824c40a00789413ddff403f3a493..3a91f74606cdae2812d4b7f424736cb32fc7a08a 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -464,6 +464,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
void ExtractScriptReferences(int entry, Script* script); |
void ExtractCodeCacheReferences(int entry, CodeCache* code_cache); |
void ExtractCodeReferences(int entry, Code* code); |
+ void ExtractCellReferences(int entry, Cell* cell); |
void ExtractJSGlobalPropertyCellReferences(int entry, |
JSGlobalPropertyCell* cell); |
void ExtractClosureReferences(JSObject* js_obj, int entry); |