Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 6a7b962b0eeb5f737f1fc0a0be4559d43255daf0..8b744e0bf7a91cbf639444686d397bc884e8c116 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -204,7 +204,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); |