Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 3f2739eca040d50a6a70a140db92ba1180e6e94a..0496b8cb007603fca8d93d0ec6d3af716967c3c6 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -2110,8 +2110,7 @@ void Debug::PrepareForBreakPoints() { |
function->set_code(*lazy_compile); |
function->shared()->set_code(*lazy_compile); |
} else if (kind == Code::BUILTIN && |
- (function->IsMarkedForInstallingRecompiledCode() || |
- function->IsInRecompileQueue() || |
+ (function->IsInRecompileQueue() || |
function->IsMarkedForLazyRecompilation() || |
function->IsMarkedForConcurrentRecompilation())) { |
// Abort in-flight compilation. |