| Index: src/profiler/heap-snapshot-generator.h
|
| diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
|
| index 255f61da6c654afa199a29fea6ca94c231188341..1e8f50befc2829e84cd7729e3a8a71f3301d2040 100644
|
| --- a/src/profiler/heap-snapshot-generator.h
|
| +++ b/src/profiler/heap-snapshot-generator.h
|
| @@ -19,6 +19,7 @@ class HeapEntry;
|
| class HeapIterator;
|
| class HeapProfiler;
|
| class HeapSnapshot;
|
| +enum class HeapObjectsFiltering;
|
| class SnapshotFiller;
|
|
|
| class HeapGraphEdge BASE_EMBEDDED {
|
| @@ -363,8 +364,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
|
|
| const char* GetSystemEntryName(HeapObject* object);
|
|
|
| - template<V8HeapExplorer::ExtractReferencesMethod extractor>
|
| - bool IterateAndExtractSinglePass();
|
| + template <V8HeapExplorer::ExtractReferencesMethod extractor>
|
| + bool IterateAndExtractSinglePass(HeapObjectsFiltering filtering);
|
|
|
| bool ExtractReferencesPass1(int entry, HeapObject* obj);
|
| bool ExtractReferencesPass2(int entry, HeapObject* obj);
|
|
|