| Index: src/profiler/heap-snapshot-generator.h
|
| diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
|
| index 857f2401bf08cc5cccf6fd40bc3e8daadcd138c1..255f61da6c654afa199a29fea6ca94c231188341 100644
|
| --- a/src/profiler/heap-snapshot-generator.h
|
| +++ b/src/profiler/heap-snapshot-generator.h
|
| @@ -382,7 +382,6 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| void ExtractScriptReferences(int entry, Script* script);
|
| void ExtractAccessorInfoReferences(int entry, AccessorInfo* accessor_info);
|
| void ExtractAccessorPairReferences(int entry, AccessorPair* accessors);
|
| - void ExtractCodeCacheReferences(int entry, CodeCache* code_cache);
|
| void ExtractCodeReferences(int entry, Code* code);
|
| void ExtractBoxReferences(int entry, Box* box);
|
| void ExtractCellReferences(int entry, Cell* cell);
|
|
|