| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 5df84a2e51d1011ec110aba8bba901d048ffccb8..4a773b30b0a7a992f5533900080f9188bfa77108 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -353,8 +353,6 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(Relocatable*, relocatable_top, NULL) \
|
| V(DebugObjectCache*, string_stream_debug_object_cache, NULL) \
|
| V(Object*, string_stream_current_security_token, NULL) \
|
| - /* TODO(isolates): Release this on destruction? */ \
|
| - V(int*, irregexp_interpreter_backtrack_stack_cache, NULL) \
|
| /* Serializer state. */ \
|
| V(ExternalReferenceTable*, external_reference_table, NULL) \
|
| /* AstNode state. */ \
|
|
|