Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 7ae67410e45790653c33d8f578abf79f8c38ec18..e281bac5fa25e778bc0e9ddecd60565af3d2d796 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -677,7 +677,7 @@ Object* StackGuard::HandleInterrupts() { |
if (CheckAndClearInterrupt(INSTALL_CODE)) { |
DCHECK(isolate_->concurrent_recompilation_enabled()); |
- isolate_->optimizing_compiler_thread()->InstallOptimizedFunctions(); |
+ isolate_->optimizing_compile_dispatcher()->InstallOptimizedFunctions(); |
} |
if (CheckAndClearInterrupt(API_INTERRUPT)) { |