| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 8b935fb8cacf07625a5c8706afe72f659776d1a2..3d1059e5c3ac2d11950706d392e0d0bdf8469158 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -360,7 +360,8 @@ typedef List<HeapObject*> DebugObjectCache;
|
| /* AstNode state. */ \
|
| V(int, ast_node_id, 0) \
|
| V(unsigned, ast_node_count, 0) \
|
| - V(bool, microtask_pending, false) \
|
| + V(bool, microtask_pending, false) \
|
| + V(bool, autorun_microtasks, true) \
|
| V(HStatistics*, hstatistics, NULL) \
|
| V(HTracer*, htracer, NULL) \
|
| V(CodeTracer*, code_tracer, NULL) \
|
|
|