Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index 10856a9928296f3ce84bace30474f89a7292cc5a..a1310ed22f639b8d08eb17ad43137f81a5cbcc73 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -700,6 +700,7 @@ void Verifier::Visitor::Check(Node* node) { |
| break; |
| } |
| + case IrOpcode::kJSConstructForwardVarargs: |
| case IrOpcode::kJSConstruct: |
| case IrOpcode::kJSConstructWithSpread: |
| case IrOpcode::kJSConvertReceiver: |