| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 4bc2d307eb20b97b89578c40cb2164d388322785..2c97fafcbcf55b8288f806e5918ab8b6e44a5486 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -187,7 +187,8 @@ namespace internal {
|
| V(Map, external_map, ExternalMap) \
|
| V(Symbol, frozen_symbol, FrozenSymbol) \
|
| V(SeededNumberDictionary, empty_slow_element_dictionary, \
|
| - EmptySlowElementDictionary)
|
| + EmptySlowElementDictionary) \
|
| + V(Symbol, observed_symbol, ObservedSymbol)
|
|
|
| #define ROOT_LIST(V) \
|
| STRONG_ROOT_LIST(V) \
|
|
|