Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 12b753b459184ee759b2f52d9c7f3a8e2cad7c73..a7ec3370883b9639106ffb8c5a86ba814f801677 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -10286,9 +10286,9 @@ static MaybeObject* DebugLookupResultValue(Heap* heap, |
| case INTERCEPTOR: |
| case MAP_TRANSITION: |
| case CONSTANT_TRANSITION: |
| - case NULL_DESCRIPTOR: |
| return heap->undefined_value(); |
| case HANDLER: |
| + case NONEXISTENT: |
| UNREACHABLE(); |
| return heap->undefined_value(); |
| } |