| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 1ac4dfaa0808848947834983bd862aa0fc9f44d2..f0f0b51acd4c2a7bae2349fe863f357386c2563b 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -197,7 +197,8 @@ namespace internal {
|
| V(Symbol, observed_symbol, ObservedSymbol) \
|
| V(FixedArray, materialized_objects, MaterializedObjects) \
|
| V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \
|
| - V(JSObject, microtask_state, MicrotaskState)
|
| + V(JSObject, microtask_state, MicrotaskState) \
|
| + V(Symbol, error_type, ErrorType)
|
|
|
| // Entries in this list are limited to Smis and are not visited during GC.
|
| #define SMI_ROOT_LIST(V) \
|
|
|