Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index 712e33109313b0d343069708d97fb8580dee77ad..bf1eb8c199f8ee897b2f6c21620d502980f9a148 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; |