| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 19d91a9b613e4e2014ae868060e1efa0058215c4..fec6f54c541e6df37fa6a336ba63ed7439298821 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -185,6 +185,7 @@ namespace internal {
|
| V(Smi, construct_stub_deopt_pc_offset, ConstructStubDeoptPCOffset) \
|
| V(Smi, getter_stub_deopt_pc_offset, GetterStubDeoptPCOffset) \
|
| V(Smi, setter_stub_deopt_pc_offset, SetterStubDeoptPCOffset) \
|
| + V(Cell, undefined_cell, UndefineCell) \
|
| V(JSObject, observation_state, ObservationState) \
|
| V(Map, external_map, ExternalMap) \
|
| V(Symbol, frozen_symbol, FrozenSymbol) \
|
|
|