| Index: src/profiler/heap-snapshot-generator.h
|
| diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
|
| index 022f238cc549a712e9e67a5131380404c91a6168..21a51c613f17bd33a1ef5c3ef06416539dc432a1 100644
|
| --- a/src/profiler/heap-snapshot-generator.h
|
| +++ b/src/profiler/heap-snapshot-generator.h
|
| @@ -377,6 +377,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| void ExtractJSCollectionReferences(int entry, JSCollection* collection);
|
| void ExtractJSWeakCollectionReferences(int entry,
|
| JSWeakCollection* collection);
|
| + void ExtractJSWeakRefReferences(int entry,
|
| + JSWeakRef* ref);
|
| void ExtractContextReferences(int entry, Context* context);
|
| void ExtractMapReferences(int entry, Map* map);
|
| void ExtractSharedFunctionInfoReferences(int entry,
|
|
|