| Index: src/execution.cc | 
| diff --git a/src/execution.cc b/src/execution.cc | 
| index cfe61f963a87d41e86e153d2104bdc0791783c63..217e82b45b3792a2feb8cd21aac5c69634e01b03 100644 | 
| --- a/src/execution.cc | 
| +++ b/src/execution.cc | 
| @@ -707,8 +707,8 @@ Object* StackGuard::HandleInterrupts() { | 
| } | 
|  | 
| if (CheckAndClearInterrupt(API_INTERRUPT)) { | 
| -    // Callback must be invoked outside of ExecusionAccess lock. | 
| -    isolate_->InvokeApiInterruptCallback(); | 
| +    // Callbacks must be invoked outside of ExecusionAccess lock. | 
| +    isolate_->InvokeApiInterruptCallbacks(); | 
| } | 
|  | 
| isolate_->counters()->stack_interrupts()->Increment(); | 
|  |