Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 67f749b27024fd7df478934a5a3acf492f43a4bc..6a11e91eaccddc234facefca2c0b87c5c5e26e39 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -10927,7 +10927,6 @@ static Handle<Object> DebugGetProperty(LookupIterator* it, |
| switch (it->state()) { |
| case LookupIterator::NOT_FOUND: |
| case LookupIterator::TRANSITION: |
| - case LookupIterator::UNKNOWN: |
| UNREACHABLE(); |
| case LookupIterator::ACCESS_CHECK: |
| // Ignore access checks. |