Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 015879f8603e394f73bfc50fab0843824dedff32..0958c27a5a076677ad277966fca4f14fac102e64 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -179,7 +179,7 @@ class InstructionSelector V8_FINAL { |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
void VisitReturn(Node* value); |
void VisitThrow(Node* value); |
- void VisitDeoptimization(Node* deopt); |
+ void VisitDeoptimize(Node* deopt); |
// =========================================================================== |