| Index: src/x64/code-stubs-x64.cc
 | 
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
 | 
| index f5576487e58ce30319f2168034fa56d86a673f26..3376ae9b661059b10c87dba64472c389af16fb65 100644
 | 
| --- a/src/x64/code-stubs-x64.cc
 | 
| +++ b/src/x64/code-stubs-x64.cc
 | 
| @@ -1789,10 +1789,6 @@ void JSEntryStub::Generate(MacroAssembler* masm) {
 | 
|    __ bind(&invoke);
 | 
|    __ PushStackHandler();
 | 
|  
 | 
| -  // Clear any pending exceptions.
 | 
| -  __ LoadRoot(rax, Heap::kTheHoleValueRootIndex);
 | 
| -  __ Store(pending_exception, rax);
 | 
| -
 | 
|    // Fake a receiver (NULL).
 | 
|    __ Push(Immediate(0));  // receiver
 | 
|  
 | 
| 
 |