Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 99b14bd2799765e44404f07016ae6d2c8c273810..b24b0b3608344ffba6177e42df6edf3c02f217e2 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -181,10 +181,7 @@ namespace internal { |
V(Smi, getter_stub_deopt_pc_offset, GetterStubDeoptPCOffset) \ |
V(Smi, setter_stub_deopt_pc_offset, SetterStubDeoptPCOffset) \ |
V(JSObject, observation_state, ObservationState) \ |
- V(Map, external_map, ExternalMap) \ |
- V(Symbol, frozen_symbol, FrozenSymbol) \ |
- V(SeededNumberDictionary, empty_slow_element_dictionary, \ |
- EmptySlowElementDictionary) |
+ V(Map, external_map, ExternalMap) |
#define ROOT_LIST(V) \ |
STRONG_ROOT_LIST(V) \ |