| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 14be1fb4bf9b9bf919ed8d004ba5dc1180913000..d67a1d6c385922a439c4a80263ef741789347b2b 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -378,7 +378,6 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(HashMap*, external_reference_map, NULL) \
|
| V(HashMap*, root_index_map, NULL) \
|
| V(int, pending_microtask_count, 0) \
|
| - V(bool, autorun_microtasks, true) \
|
| V(HStatistics*, hstatistics, NULL) \
|
| V(CompilationStatistics*, turbo_statistics, NULL) \
|
| V(HTracer*, htracer, NULL) \
|
|
|