Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 363d7993eae4940b8642c38bd04e85554cc43953..2ee41cb9b47540fd2d2c5c77cd981c46b8f7a7da 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -9308,6 +9308,7 @@ static MaybeObject* DebugLookupResultValue(Heap* heap, |
| } |
| case INTERCEPTOR: |
| case MAP_TRANSITION: |
| + case EXTERNAL_ARRAY_TRANSITION: |
| case CONSTANT_TRANSITION: |
| case NULL_DESCRIPTOR: |
| return heap->undefined_value(); |