Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index c9101bea9f71687ff9c73f559f081fddc2f137c0..01c4a99b46a41ca2ebe5cda50bc085fc0e62eeb7 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -201,7 +201,8 @@ namespace internal { |
V(Symbol, elements_transition_symbol, ElementsTransitionSymbol) \ |
V(SeededNumberDictionary, empty_slow_element_dictionary, \ |
EmptySlowElementDictionary) \ |
- V(Symbol, observed_symbol, ObservedSymbol) |
+ V(Symbol, observed_symbol, ObservedSymbol) \ |
+ V(FixedArray, materialized_objects, MaterializedObjects) |
#define ROOT_LIST(V) \ |
STRONG_ROOT_LIST(V) \ |