| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index e3ef866bbf9d35e4d573bd5e32297169813477bd..960327b5457737b7856552027f2271278b1035b6 100644
|
| --- a/src/debug/debug.cc
|
| +++ b/src/debug/debug.cc
|
| @@ -1263,7 +1263,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;
|
|
|