Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 2e15266b779b9dfe42bcd19d3beba13e8199fe8d..f7dd0e80fde0f75077ac25e5cf08e5814485784a 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -10900,6 +10900,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. |