Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 266cdb9684babcb887958522b7a5596aa181ff82..1439f69672bcd6e336680b8387bb25b43c8a53db 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -203,7 +203,8 @@ namespace internal { |
EmptySlowElementDictionary) \ |
V(Symbol, observed_symbol, ObservedSymbol) \ |
V(FixedArray, materialized_objects, MaterializedObjects) \ |
- V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) |
+ V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \ |
+ V(JSObject, microtask_state, MicrotaskState) |
#define ROOT_LIST(V) \ |
STRONG_ROOT_LIST(V) \ |