Index: src/mark-compact.cc |
diff --git a/src/mark-compact.cc b/src/mark-compact.cc |
index e9bd15afb9733eecaff0517180fc92e335b8c448..c6307dbce5f019e1211dce64def801f50597b094 100644 |
--- a/src/mark-compact.cc |
+++ b/src/mark-compact.cc |
@@ -4359,12 +4359,10 @@ void MarkCompactCollector::ParallelSweepSpacesComplete() { |
void MarkCompactCollector::EnableCodeFlushing(bool enable) { |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
if (isolate()->debug()->IsLoaded() || |
isolate()->debug()->has_break_points()) { |
enable = false; |
} |
-#endif |
if (enable) { |
if (code_flusher_ != NULL) return; |