Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index b3054084f4f43902a63b289ade1712a5e5423058..767e19d0045e8a86050f49cf89be7179c7715173 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -197,7 +197,7 @@ class InstructionSelector final { |
void VisitPhi(Node* node); |
void VisitProjection(Node* node); |
void VisitConstant(Node* node); |
- void VisitCall(Node* call, BasicBlock* handler); |
+ void VisitCall(Node* call, BasicBlock* handler, CallMode call_mode); |
void VisitGoto(BasicBlock* target); |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
void VisitSwitch(Node* node, const SwitchInfo& sw); |