Chromium Code Reviews| Index: src/runtime/runtime-debug.cc |
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
| index 9d69294fea88da0512ec20a7945e42796e7a762e..9164c5347fccb534ca4b06564491117b54ad1585 100644 |
| --- a/src/runtime/runtime-debug.cc |
| +++ b/src/runtime/runtime-debug.cc |
| @@ -1299,6 +1299,7 @@ class ScopeIterator { |
| DCHECK(!scope_info->HasContext() || context_->IsBlockContext()); |
| return ScopeTypeBlock; |
| case EVAL_SCOPE: |
| + case CLASS_SCOPE: |
| UNREACHABLE(); |
| } |
| } |