Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 5c31db74e9a158dd495283fbfe3f119768850530..0776ec54fc2196db8213197a2bb361779d27a02c 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -199,7 +199,7 @@ class InstructionSelector FINAL { |
void VisitPhi(Node* node); |
void VisitProjection(Node* node); |
void VisitConstant(Node* node); |
- void VisitCall(Node* call); |
+ void VisitCall(Node* call, BasicBlock* handler); |
void VisitGoto(BasicBlock* target); |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
void VisitSwitch(Node* node, BasicBlock* default_branch, |