Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 6e6e2efe015b563bd3dde142ad2622bc51f53ab1..5895ebbc9d7c33b1ba1208a08e220e178c7aca7d 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -58,7 +58,6 @@ class EmptyStatement; |
class ExternalCallbackScope; |
class ExternalReferenceTable; |
class Factory; |
-class FunctionInfoListener; |
class HandleScopeImplementer; |
class HeapProfiler; |
class HStatistics; |
@@ -383,8 +382,6 @@ typedef List<HeapObject*> DebugObjectCache; |
/* function cache of the native context. */ \ |
V(int, next_serial_number, 0) \ |
V(ExternalReferenceRedirectorPointer*, external_reference_redirector, NULL) \ |
- /* Part of the state of liveedit. */ \ |
- V(FunctionInfoListener*, active_function_info_listener, NULL) \ |
/* State for Relocatable. */ \ |
V(Relocatable*, relocatable_top, NULL) \ |
V(DebugObjectCache*, string_stream_debug_object_cache, NULL) \ |