| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 42546af5d3e4c6aa0f663903226544a0af884cb8..57b565c20bef497f01e2a9477162b33ea900f54b 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -156,7 +156,8 @@ 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(Map, printable_ascii_symbol_map, PrintableAsciiSymbolMap)
|
|
|
| #define ROOT_LIST(V) \
|
| STRONG_ROOT_LIST(V) \
|
|
|