Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 2cfe832e647c85acca262b2552af5166c840c0ac..7672ac593a15ac78f8c77a3ea7c40a6bf4bafc46 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -682,8 +682,8 @@ void Verifier::Visitor::Check(Node* node) { |
CheckTypeIs(node, Type::Receiver()); |
break; |
case IrOpcode::kJSCallForwardVarargs: |
- case IrOpcode::kJSCallFunction: |
- case IrOpcode::kJSCallFunctionWithSpread: |
+ case IrOpcode::kJSCall: |
+ case IrOpcode::kJSCallWithSpread: |
case IrOpcode::kJSCallRuntime: |
// Type can be anything. |
CheckTypeIs(node, Type::Any()); |