| Index: src/debug-agent.cc | 
| =================================================================== | 
| --- src/debug-agent.cc	(revision 1738) | 
| +++ src/debug-agent.cc	(working copy) | 
| @@ -29,9 +29,9 @@ | 
| #include "v8.h" | 
| #include "debug-agent.h" | 
|  | 
| +#ifdef ENABLE_DEBUGGER_SUPPORT | 
| namespace v8 { namespace internal { | 
|  | 
| - | 
| // Public V8 debugger API message handler function. This function just delegates | 
| // to the debugger agent through it's data parameter. | 
| void DebuggerAgentMessageHandler(const uint16_t* message, int length, | 
| @@ -410,5 +410,6 @@ | 
| return total_received; | 
| } | 
|  | 
| +} }  // namespace v8::internal | 
|  | 
| -} }  // namespace v8::internal | 
| +#endif  // ENABLE_DEBUGGER_SUPPORT | 
|  |