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