Index: src/mark-compact.cc |
diff --git a/src/mark-compact.cc b/src/mark-compact.cc |
index 6b3b3db8d47f93e180d091fe51a17dc27b918e91..a5d7a33ed603253776401e786138749673a66ee0 100644 |
--- a/src/mark-compact.cc |
+++ b/src/mark-compact.cc |
@@ -4284,7 +4284,7 @@ void MarkCompactCollector::ParallelSweepSpacesComplete() { |
void MarkCompactCollector::EnableCodeFlushing(bool enable) { |
- if (isolate()->debug()->IsLoaded() || |
+ if (isolate()->debug()->is_loaded() || |
isolate()->debug()->has_break_points()) { |
enable = false; |
} |