| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 87050758da21245203958f53d78f2a80c076edfb..d615a2b2f11c6598b30894502d16ed6124df7fae 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -52,7 +52,8 @@ namespace internal {
|
| V(Map, fixed_cow_array_map, FixedCOWArrayMap) \
|
| V(Map, fixed_double_array_map, FixedDoubleArrayMap) \
|
| V(Map, constant_pool_array_map, ConstantPoolArrayMap) \
|
| - V(Map, weak_cell_map, WeakCellMap) \
|
| + V(Map, used_weak_cell_map, UsedWeakCellMap) \
|
| + V(Map, unused_weak_cell_map, UnusedWeakCellMap) \
|
| V(Oddball, no_interceptor_result_sentinel, NoInterceptorResultSentinel) \
|
| V(Map, hash_table_map, HashTableMap) \
|
| V(Map, ordered_hash_table_map, OrderedHashTableMap) \
|
| @@ -343,7 +344,8 @@ namespace internal {
|
| V(FixedCOWArrayMap) \
|
| V(FixedDoubleArrayMap) \
|
| V(ConstantPoolArrayMap) \
|
| - V(WeakCellMap) \
|
| + V(UsedWeakCellMap) \
|
| + V(UnusedWeakCellMap) \
|
| V(NoInterceptorResultSentinel) \
|
| V(HashTableMap) \
|
| V(OrderedHashTableMap) \
|
|
|