| Index: src/isolate.h | 
| diff --git a/src/isolate.h b/src/isolate.h | 
| index 401505afddaa69b538dba5ded61b2b8438db3ab6..41d9601ff9f01defa7bb85849d06c6633996aea4 100644 | 
| --- a/src/isolate.h | 
| +++ b/src/isolate.h | 
| @@ -321,7 +321,6 @@ class SystemThreadManager { | 
| #ifdef ENABLE_DEBUGGER_SUPPORT | 
|  | 
| #define ISOLATE_DEBUGGER_INIT_LIST(V)                                          \ | 
| -  V(v8::Debug::EventCallback, debug_event_callback, NULL)                      \ | 
| V(DebuggerAgent*, debugger_agent_instance, NULL) | 
| #else | 
|  | 
| @@ -361,7 +360,6 @@ typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache; | 
| V(byte*, assembler_spare_buffer, NULL)                                       \ | 
| V(FatalErrorCallback, exception_behavior, NULL)                              \ | 
| V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, NULL)     \ | 
| -  V(v8::Debug::MessageHandler, message_handler, NULL)                          \ | 
| /* To distinguish the function templates, so that we can find them in the */ \ | 
| /* function cache of the native context. */                                  \ | 
| V(int, next_serial_number, 0)                                                \ | 
|  |