| Index: src/mark-compact.cc
|
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc
|
| index ce4d6ac655887e638848ca06229502e20e6f3deb..c05a792a3db6ee4fcdf6703767d9af50332c698b 100644
|
| --- a/src/mark-compact.cc
|
| +++ b/src/mark-compact.cc
|
| @@ -4289,7 +4289,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;
|
| }
|
|
|