| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index 9ea366e6c4f6b1ee5acc63edf8675aa0eb8d758b..35e80be728f273c3514723c9028473d35575fa18 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -386,6 +386,10 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| void TagGlobalObjects();
|
| void TagCodeObject(Code* code);
|
| void TagBuiltinCodeObject(Code* code, const char* name);
|
| + HeapEntry* AddEntry(Address address,
|
| + HeapEntry::Type type,
|
| + const char* name,
|
| + int size);
|
|
|
| static String* GetConstructorName(JSObject* object);
|
|
|
| @@ -396,10 +400,6 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| HeapEntry* AddEntry(HeapObject* object,
|
| HeapEntry::Type type,
|
| const char* name);
|
| - HeapEntry* AddEntry(Address address,
|
| - HeapEntry::Type type,
|
| - const char* name,
|
| - int size);
|
|
|
| const char* GetSystemEntryName(HeapObject* object);
|
|
|
|
|