Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 7d6bcc83f21d38bdfff7d6f907c70466b5619364..a9b0cd4673f2bec1fc9c0a2a3397ed24cc3e510b 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -359,7 +359,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) \ |