Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 979641a9de53c1cd7ebfce9be9bf069699b0fe9f..35bb2f3eaa96dd4de91231298c5beca30d302344 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -952,7 +952,6 @@ MaybeObject* Execution::HandleStackGuardInterrupt(Isolate* isolate) { |
} |
if (stack_guard->IsInstallCodeRequest()) { |
ASSERT(FLAG_concurrent_recompilation); |
- stack_guard->Continue(INSTALL_CODE); |
isolate->optimizing_compiler_thread()->InstallOptimizedFunctions(); |
} |
isolate->runtime_profiler()->OptimizeNow(); |