Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 3ce381d4904a633eccbead5d558abfa5e444ff2b..be280a0a7a3bc0af8d3ea44482beb0831fa4ec7b 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -192,6 +192,7 @@ namespace internal { |
V(ArrayList, retained_maps, RetainedMaps) \ |
V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \ |
V(PropertyCell, array_protector, ArrayProtector) \ |
+ V(PropertyCell, empty_property_cell, EmptyPropertyCell) \ |
V(Object, weak_stack_trace_list, WeakStackTraceList) |
// Entries in this list are limited to Smis and are not visited during GC. |