Chromium Code Reviews| Index: src/mirror-debugger.js |
| diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js |
| index bad08002d7c5ae1ed4f12ca45619d8c49da3616e..e3f3c48bb55fd26aaba54c08e787fa5355e21938 100644 |
| --- a/src/mirror-debugger.js |
| +++ b/src/mirror-debugger.js |
| @@ -195,7 +195,8 @@ ScopeType = { Global: 0, |
| Local: 1, |
| With: 2, |
| Closure: 3, |
| - Catch: 4 }; |
| + Catch: 4, |
| + Block: 5 }; |
| // Mirror hierarchy: |