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