| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 2611b57aef1a6aae6f9efa3b137fab0a717d91c0..8aaa60c8dea1e0fcd0da637b9f016cc94e5a43fa 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -9175,7 +9175,6 @@ void JSFunction::MarkForParallelRecompilation() {
|
| void JSFunction::MarkForInstallingRecompiledCode() {
|
| // The debugger could have switched the builtin to lazy compile.
|
| // In that case, simply carry on. It will be dealt with later.
|
| - ASSERT(IsInRecompileQueue() || GetIsolate()->DebuggerHasBreakPoints());
|
| ASSERT(!IsOptimized());
|
| ASSERT(shared()->allows_lazy_compilation() || code()->optimizable());
|
| ASSERT(FLAG_parallel_recompilation);
|
|
|