| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index d0d35473912f9588981f1924c5df16eedbe40268..f56137439a01c9069f721749cd4a635583c12885 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -196,7 +196,7 @@ namespace internal {
|
| V(Symbol, megamorphic_symbol, MegamorphicSymbol) \
|
| V(FixedArray, materialized_objects, MaterializedObjects) \
|
| V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \
|
| - V(JSObject, microtask_state, MicrotaskState)
|
| + V(FixedArray, microtask_queue, MicrotaskQueue)
|
|
|
| // Entries in this list are limited to Smis and are not visited during GC.
|
| #define SMI_ROOT_LIST(V) \
|
|
|