| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 71ee26e2cecc76f9784c8790947db2a4c226733f..dfd89a6cafb09911dc29b2405874779a2569a007 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -175,6 +175,7 @@ namespace internal {
|
| V(FixedArray, natives_source_cache, NativesSourceCache) \
|
| V(FixedArray, experimental_natives_source_cache, \
|
| ExperimentalNativesSourceCache) \
|
| + V(FixedArray, extra_natives_source_cache, ExtraNativesSourceCache) \
|
| V(Script, empty_script, EmptyScript) \
|
| V(NameDictionary, intrinsic_function_names, IntrinsicFunctionNames) \
|
| V(Cell, undefined_cell, UndefinedCell) \
|
|
|