| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index 5cb9c6f8b2d554fc7e096a915f881bafe42390c7..314efba87055f6c37a586b23156f5511cb2a7cae 100644
|
| --- a/src/debug/debug.cc
|
| +++ b/src/debug/debug.cc
|
| @@ -1268,7 +1268,8 @@ bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) {
|
| DCHECK(shared->is_compiled());
|
|
|
| if (isolate_->concurrent_recompilation_enabled()) {
|
| - isolate_->optimizing_compile_dispatcher()->Flush();
|
| + isolate_->optimizing_compile_dispatcher()->Flush(
|
| + OptimizingCompileDispatcher::BlockingBehavior::kBlock);
|
| }
|
|
|
| List<Handle<JSFunction> > functions;
|
|
|