| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 75e47ea4d3e88de9b8f7fb9b729058eb83779292..71ee26e2cecc76f9784c8790947db2a4c226733f 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -173,6 +173,8 @@ namespace internal {
|
| V(Code, js_entry_code, JsEntryCode) \
|
| V(Code, js_construct_entry_code, JsConstructEntryCode) \
|
| V(FixedArray, natives_source_cache, NativesSourceCache) \
|
| + V(FixedArray, experimental_natives_source_cache, \
|
| + ExperimentalNativesSourceCache) \
|
| V(Script, empty_script, EmptyScript) \
|
| V(NameDictionary, intrinsic_function_names, IntrinsicFunctionNames) \
|
| V(Cell, undefined_cell, UndefinedCell) \
|
|
|