Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index c6a224e36597f313df3a97eb79eca2fc0cddc07f..312dd44de356aa082f2c8548951b416797802de0 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -53,9 +53,6 @@ |
namespace v8 { |
namespace internal { |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
- |
- |
Debug::Debug(Isolate* isolate) |
: has_break_points_(false), |
script_cache_(NULL), |
@@ -3752,6 +3749,4 @@ void MessageDispatchHelperThread::Run() { |
} |
} |
-#endif // ENABLE_DEBUGGER_SUPPORT |
- |
} } // namespace v8::internal |