Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 59d324e499cf8daeabc404a6f05f501a28397d0e..2deb4bfe77bb8c6865826d5ba712728a7e2abc74 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -385,7 +385,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
bool IterateAndExtractReferences(SnapshotFillerInterface* filler); |
void TagGlobalObjects(); |
void TagCodeObject(Code* code); |
- void TagCodeObject(Code* code, const char* external_name); |
+ void TagBuiltinCodeObject(Code* code, const char* name); |
static String* GetConstructorName(JSObject* object); |