| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index a4e3256e94c4fe6e7c94b10c856c5c7a808991cc..bcd474a7f6474fb9373b70a5a5a4c96f5c4e6c0d 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -162,6 +162,8 @@ namespace internal {
|
| V(FixedArray, experimental_natives_source_cache, \
|
| ExperimentalNativesSourceCache) \
|
| V(FixedArray, extra_natives_source_cache, ExtraNativesSourceCache) \
|
| + V(FixedArray, experimental_extra_natives_source_cache, \
|
| + ExperimentalExtraNativesSourceCache) \
|
| V(FixedArray, code_stub_natives_source_cache, CodeStubNativesSourceCache) \
|
| V(Script, empty_script, EmptyScript) \
|
| V(NameDictionary, intrinsic_function_names, IntrinsicFunctionNames) \
|
|
|