| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 0b46d204e41ba008ac3c8efeaf0696d15bc4cde3..7782f205d2d822c4b58d7b71a82eb454cb8a2d3c 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -185,7 +185,6 @@ using v8::MemoryPressureLevel;
|
| V(FixedArray, experimental_extra_natives_source_cache, \
|
| ExperimentalExtraNativesSourceCache) \
|
| /* Lists and dictionaries */ \
|
| - V(NameDictionary, intrinsic_function_names, IntrinsicFunctionNames) \
|
| V(NameDictionary, empty_properties_dictionary, EmptyPropertiesDictionary) \
|
| V(Object, symbol_registry, SymbolRegistry) \
|
| V(Object, script_list, ScriptList) \
|
|
|