| Index: src/execution.cc | 
| diff --git a/src/execution.cc b/src/execution.cc | 
| index f16ee05aca8b9003b9a08f13a3e116f72af6c314..fc5198069d6f167a7623ab09779fa3d7161913b9 100644 | 
| --- a/src/execution.cc | 
| +++ b/src/execution.cc | 
| @@ -729,10 +729,6 @@ Object* StackGuard::HandleInterrupts() { | 
| return isolate_->TerminateExecution(); | 
| } | 
|  | 
| -    if (CheckAndClearInterrupt(FULL_DEOPT, access)) { | 
| -      Deoptimizer::DeoptimizeAll(isolate_); | 
| -    } | 
| - | 
| if (CheckAndClearInterrupt(DEOPT_MARKED_ALLOCATION_SITES, access)) { | 
| isolate_->heap()->DeoptMarkedAllocationSites(); | 
| } | 
|  |