| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index dfbcc701e6939f5a7215d19c9118f09440fe9121..894931e50bde72db49721ad2bef30880f5a91043 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) \
|
|
|