Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 8d62b9676d76ea657b165a84d4c65b0ffceb171c..0333de89c3fe97d9a494983d382ffb3a13fb72d4 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -213,7 +213,7 @@ class InstructionSelector final { |
void VisitGoto(BasicBlock* target); |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
void VisitSwitch(Node* node, const SwitchInfo& sw); |
- void VisitDeoptimize(Node* value); |
+ void VisitDeoptimize(DeoptimizeKind kind, Node* value); |
void VisitReturn(Node* ret); |
void VisitThrow(Node* value); |