| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 6343d057c9628591ac3d0b4163ba6a730ef75cc3..3d0584b6304228fe23473feac0a4b58024b403c0 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -973,9 +973,11 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| void SetRootShortcutReference(Object* child);
|
| void SetRootGcRootsReference();
|
| void SetGcRootsReference(Object* child);
|
| + void TagObject(Object* obj, const char* tag);
|
|
|
| HeapEntry* GetEntry(Object* obj);
|
|
|
| + Heap* heap_;
|
| HeapSnapshot* snapshot_;
|
| HeapSnapshotsCollection* collection_;
|
| SnapshottingProgressReportingInterface* progress_;
|
|
|