Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 1ac4dfaa0808848947834983bd862aa0fc9f44d2..e2c42ddd5974f721b7f1c39876bf373dce950aa9 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -191,6 +191,7 @@ namespace internal { |
V(JSObject, observation_state, ObservationState) \ |
V(Map, external_map, ExternalMap) \ |
V(Symbol, frozen_symbol, FrozenSymbol) \ |
+ V(Symbol, nonexistent_symbol, NonExistentSymbol) \ |
V(Symbol, elements_transition_symbol, ElementsTransitionSymbol) \ |
V(SeededNumberDictionary, empty_slow_element_dictionary, \ |
EmptySlowElementDictionary) \ |