Chromium Code Reviews| Index: src/runtime/runtime-debug.cc |
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
| index d23d0e2322e983aa019cfa3364937df4cd52d324..1790f787ade78eee05fdf30a824f2c5557964e74 100644 |
| --- a/src/runtime/runtime-debug.cc |
| +++ b/src/runtime/runtime-debug.cc |
| @@ -1339,6 +1339,7 @@ class ScopeIterator { |
| case CATCH_SCOPE: |
| DCHECK(context_->IsCatchContext()); |
| return ScopeTypeCatch; |
| + case PARAMETER_SCOPE: |
| case BLOCK_SCOPE: |
| DCHECK(!scope_info->HasContext() || context_->IsBlockContext()); |
| return ScopeTypeBlock; |