| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 07f74646508d7eed38eddc9573f2eaca1d848b26..a9962c3f9fd636d45ddcfb1e51890a727dd95b7e 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -316,8 +316,6 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
|
| /* AstNode state. */ \
|
| V(unsigned, ast_node_id, 0) \
|
| V(unsigned, ast_node_count, 0) \
|
| - /* SafeStackFrameIterator activations count. */ \
|
| - V(int, safe_stack_iterator_counter, 0) \
|
| ISOLATE_PLATFORM_INIT_LIST(V) \
|
| ISOLATE_LOGGING_INIT_LIST(V) \
|
| ISOLATE_DEBUGGER_INIT_LIST(V)
|
|
|