| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index d93a862294aa13d7afde5b54b4332faaf752ff3f..b5ead5c850609bb3f10e61a88f0b5e12260422aa 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) \
|
|
|