| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index cab3e9fcbb82c8833cccdff75e836ec6b2def516..340f2bf660cdc428bd50f6bb109475553834f18c 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -544,8 +544,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| break;
|
|
|
| case IrOpcode::kJSLoadContext:
|
| - case IrOpcode::kJSLoadDynamicGlobal:
|
| - case IrOpcode::kJSLoadDynamicContext:
|
| + case IrOpcode::kJSLoadDynamic:
|
| // Type can be anything.
|
| CheckUpperIs(node, Type::Any());
|
| break;
|
|
|