| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 470b4cee20de407dfb5a7b6ea958ce8809e0cb31..af9d0a6235f0f40426f7062086e8c67eda03c4f0 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -169,6 +169,7 @@ namespace internal {
|
| ExperimentalExtraNativesSourceCache) \
|
| V(Script, empty_script, EmptyScript) \
|
| V(NameDictionary, intrinsic_function_names, IntrinsicFunctionNames) \
|
| + V(NameDictionary, empty_properties_dictionary, EmptyPropertiesDictionary) \
|
| V(Cell, undefined_cell, UndefinedCell) \
|
| V(JSObject, observation_state, ObservationState) \
|
| V(Object, symbol_registry, SymbolRegistry) \
|
|
|