Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index 71f4098a0f79e03fa504005b14a5cb73e8026715..7bf57edb573642633736439cbd2912851f7df88f 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -550,7 +550,6 @@ void Verifier::Visitor::Check(Node* node) { |
| case IrOpcode::kJSLoadContext: |
| case IrOpcode::kJSLoadDynamic: |
| - case IrOpcode::kJSLoadNativeContext: |
| // Type can be anything. |
| CheckUpperIs(node, Type::Any()); |
| break; |