Chromium Code Reviews| Index: src/d8.js |
| diff --git a/src/d8.js b/src/d8.js |
| index 033455e9df94e29349f3e229c9ef16ab47b7ca30..3523e54abdc526ab78f692c507fb599c22a3c3a6 100644 |
| --- a/src/d8.js |
| +++ b/src/d8.js |
| @@ -103,7 +103,8 @@ Debug.ScopeType = { Global: 0, |
| Local: 1, |
| With: 2, |
| Closure: 3, |
| - Catch: 4 }; |
| + Catch: 4, |
| + Block: 5 }; |
| // Current debug state. |