Chromium Code Reviews| Index: src/debug.h |
| diff --git a/src/debug.h b/src/debug.h |
| index b132243a09379760d2a374677a54cc844a26bd50..fef1bcd3a479ad1ce776dfb6b8b7a9a27a04982c 100644 |
| --- a/src/debug.h |
| +++ b/src/debug.h |
| @@ -41,7 +41,6 @@ |
| #include "string-stream.h" |
| #include "v8threads.h" |
| -#ifdef ENABLE_DEBUGGER_SUPPORT |
| #include "../include/v8-debug.h" |
| namespace v8 { |
| @@ -1066,6 +1065,4 @@ class MessageDispatchHelperThread: public Thread { |
| } } // namespace v8::internal |
| -#endif // ENABLE_DEBUGGER_SUPPORT |
| - |
| #endif // V8_DEBUG_H_ |