| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 2ea9b80b69c975046cf797106b7714469cc190cd..b7b70b499582a3f6075cab28e8d5c3cd5761af49 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -350,7 +350,6 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
|
| V(ExternalReferenceTable*, external_reference_table, NULL) \
|
| /* AstNode state. */ \
|
| V(unsigned, ast_node_id, 0) \
|
| - V(unsigned, ast_node_count, 0) \
|
| /* SafeStackFrameIterator activations count. */ \
|
| V(int, safe_stack_iterator_counter, 0) \
|
| V(uint64_t, enabled_cpu_features, 0) \
|
|
|