| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index babe107f2fe37f84facbfdacfd38d5d0f3d7c22f..8956c9a20912b62c9aa728dbed1c60fbee3fe4f0 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -63,6 +63,7 @@
|
| V(FixedArray, empty_type_feedback_vector, EmptyTypeFeedbackVector) \
|
| V(FixedArray, empty_fixed_array, EmptyFixedArray) \
|
| V(ScopeInfo, empty_scope_info, EmptyScopeInfo) \
|
| + V(FixedArray, cleared_optimized_code_map, ClearedOptimizedCodeMap) \
|
| V(DescriptorArray, empty_descriptor_array, EmptyDescriptorArray) \
|
| /* Entries beyond the first 32 */ \
|
| /* The roots above this line should be boring from a GC point of view. */ \
|
|
|