Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 3ebd6b5b7e9fbf31cbcb818eb2fdc5a2f3a94c1a..f1e4826d8c25b5ec7904b08292c8432834aaa1f7 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -10881,6 +10881,7 @@ static Handle<Object> DebugLookupResultValue(LookupIterator* it, |
| for (; it->IsFound(); it->Next()) { |
| switch (it->state()) { |
| case LookupIterator::NOT_FOUND: |
| + case LookupIterator::TRANSITION: |
| UNREACHABLE(); |
| case LookupIterator::ACCESS_CHECK: |
| // Ignore access checks. |