Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 0552ef7f8085b60f8b3d349580424b05255092ec..b1e2b07835e2a781988ccd3ac5d0c6a1c78712fe 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -368,8 +368,6 @@ typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache; |
/* AstNode state. */ \ |
V(int, ast_node_id, 0) \ |
V(unsigned, ast_node_count, 0) \ |
- /* SafeStackFrameIterator activations count. */ \ |
- V(int, safe_stack_iterator_counter, 0) \ |
V(bool, observer_delivery_pending, false) \ |
V(HStatistics*, hstatistics, NULL) \ |
V(HTracer*, htracer, NULL) \ |