| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 9800959d0b4c2e70fcba801824fe7229e8cb6b96..eb3afd9fc4d94c6c119560b36a9fc6ec764225f1 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) \
|
|
|