| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 4b26b6c5169a59ca6dfc61ea63f86a4795b3d543..52e61a719ec603a79b0407dd1dd9e6c677e7aff5 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -168,6 +168,7 @@ namespace internal {
|
| V(Cell, undefined_cell, UndefinedCell) \
|
| V(JSObject, observation_state, ObservationState) \
|
| V(Object, symbol_registry, SymbolRegistry) \
|
| + V(Object, script_list, ScriptList) \
|
| V(SeededNumberDictionary, empty_slow_element_dictionary, \
|
| EmptySlowElementDictionary) \
|
| V(FixedArray, materialized_objects, MaterializedObjects) \
|
|
|