| Index: src/compiler/instruction-selector.h | 
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h | 
| index 365ff0d67f81667d55692b7db0f7dc20cfc50be5..8355513f0624dee7ec6c86364ee2b6bcdc8403e4 100644 | 
| --- a/src/compiler/instruction-selector.h | 
| +++ b/src/compiler/instruction-selector.h | 
| @@ -139,8 +139,7 @@ class InstructionSelector V8_FINAL { | 
| // {call_address_immediate} to generate immediate operands to address calls. | 
| void InitializeCallBuffer(Node* call, CallBuffer* buffer, | 
| bool call_code_immediate, | 
| -                            bool call_address_immediate, BasicBlock* cont_node, | 
| -                            BasicBlock* deopt_node); | 
| +                            bool call_address_immediate); | 
|  | 
| FrameStateDescriptor* GetFrameStateDescriptor(Node* node); | 
| void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs, | 
|  |