| Index: src/isolate.h
 | 
| diff --git a/src/isolate.h b/src/isolate.h
 | 
| index c0376aeac0bf4a7cf7922daae6603a67265d7f59..11320d6f04a328037dd00acb7f75b5d485d80be5 100644
 | 
| --- a/src/isolate.h
 | 
| +++ b/src/isolate.h
 | 
| @@ -357,9 +357,6 @@ typedef List<HeapObject*> DebugObjectCache;
 | 
|    V(Object*, string_stream_current_security_token, NULL)                       \
 | 
|    /* Serializer state. */                                                      \
 | 
|    V(ExternalReferenceTable*, external_reference_table, NULL)                   \
 | 
| -  /* AstNode state. */                                                         \
 | 
| -  V(int, ast_node_id, 0)                                                       \
 | 
| -  V(unsigned, ast_node_count, 0)                                               \
 | 
|    V(int, pending_microtask_count, 0)                                           \
 | 
|    V(bool, autorun_microtasks, true)                                            \
 | 
|    V(HStatistics*, hstatistics, NULL)                                           \
 | 
| 
 |