| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 9de1aebb01824fe53ad23ea7475bf7ec9e0fdca5..18057dc2b4bd16a4e244f6e14c85a7eb19a82d4c 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -422,7 +422,7 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(intptr_t*, api_external_references, nullptr) \
|
| V(base::HashMap*, external_reference_map, nullptr) \
|
| V(base::HashMap*, root_index_map, nullptr) \
|
| - V(int, pending_microtask_count, 0) \
|
| + V(int, pending_microtask_count, 1) \
|
| V(HStatistics*, hstatistics, nullptr) \
|
| V(CompilationStatistics*, turbo_statistics, nullptr) \
|
| V(HTracer*, htracer, nullptr) \
|
|
|