Chromium Code Reviews| Index: src/v8.h |
| =================================================================== |
| --- src/v8.h (revision 2873) |
| +++ src/v8.h (working copy) |
| @@ -51,11 +51,6 @@ |
| #error both DEBUG and NDEBUG are set |
| #endif |
| -// Enable debugger support by default, unless it is in ANDROID |
| -#if !defined(ENABLE_DEBUGGER_SUPPORT) && !defined(ANDROID) |
| -#define ENABLE_DEBUGGER_SUPPORT |
| -#endif |
| - |
| // Basic includes |
| #include "../include/v8.h" |
| #include "globals.h" |