Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index e4038b10f43cc51f36fa81d250427775b980dce7..45491981127845e46be6f188e33c2ee671d6e8cc 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -447,6 +447,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
int EstimateObjectsCount(HeapIterator* iterator); |
bool IterateAndExtractReferences(SnapshotFillerInterface* filler); |
void TagGlobalObjects(); |
+ void TagCodeObject(Code* code, const char* external_name = NULL); |
static String* GetConstructorName(JSObject* object); |