Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index bf1eb8c199f8ee897b2f6c21620d502980f9a148..712e33109313b0d343069708d97fb8580dee77ad 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -550,6 +550,7 @@ |
| case IrOpcode::kJSLoadContext: |
| case IrOpcode::kJSLoadDynamic: |
| + case IrOpcode::kJSLoadNativeContext: |
| // Type can be anything. |
| CheckUpperIs(node, Type::Any()); |
| break; |