| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index f1f9c36040fe9490ce62beb24d458560312737f3..dce3f704e66d964daaeb8890d2b9e7b41819f209 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -181,7 +181,10 @@ namespace internal {
|
| V(Smi, getter_stub_deopt_pc_offset, GetterStubDeoptPCOffset) \
|
| V(Smi, setter_stub_deopt_pc_offset, SetterStubDeoptPCOffset) \
|
| V(JSObject, observation_state, ObservationState) \
|
| - V(Map, external_map, ExternalMap)
|
| + V(Map, external_map, ExternalMap) \
|
| + V(Symbol, frozen_symbol, FrozenSymbol) \
|
| + V(SeededNumberDictionary, empty_slow_element_dictionary, \
|
| + EmptySlowElementDictionary)
|
|
|
| #define ROOT_LIST(V) \
|
| STRONG_ROOT_LIST(V) \
|
|
|