| Index: src/heap/object-stats.cc
|
| diff --git a/src/heap/object-stats.cc b/src/heap/object-stats.cc
|
| index 3f43212151da4e8aa8b8aabe033d415c7a036b87..dd2adc3d9223a7c1961abaa8b2c9a9445fe2de23 100644
|
| --- a/src/heap/object-stats.cc
|
| +++ b/src/heap/object-stats.cc
|
| @@ -246,8 +246,6 @@ void ObjectStatsCollector::CollectGlobalStatistics() {
|
| OBJECT_TO_CODE_SUB_TYPE);
|
| RecordHashTableHelper(nullptr, heap_->code_stubs(),
|
| CODE_STUBS_TABLE_SUB_TYPE);
|
| - RecordHashTableHelper(nullptr, heap_->intrinsic_function_names(),
|
| - INTRINSIC_FUNCTION_NAMES_SUB_TYPE);
|
| RecordHashTableHelper(nullptr, heap_->empty_properties_dictionary(),
|
| EMPTY_PROPERTIES_DICTIONARY_SUB_TYPE);
|
| CompilationCache* compilation_cache = heap_->isolate()->compilation_cache();
|
|
|