| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 58ff42c7217fb09f030a0ae759f165103c7c3f76..998f1bcb20c2c554b23c4e0cd664f57f2949d915 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -819,8 +819,8 @@ bool Compiler::CompileLazy(CompilationInfo* info) {
|
|
|
|
|
| void Compiler::RecompileParallel(Handle<JSFunction> closure) {
|
| - ASSERT(closure->IsMarkedForParallelRecompilation());
|
| if (closure->IsInRecompileQueue()) return;
|
| + ASSERT(closure->IsMarkedForParallelRecompilation());
|
|
|
| Isolate* isolate = closure->GetIsolate();
|
| if (!isolate->optimizing_compiler_thread()->IsQueueAvailable()) {
|
|
|