Chromium Code Reviews| Index: src/debug.h |
| diff --git a/src/debug.h b/src/debug.h |
| index fcea2bdfdb8b27a8716f2a211d5515c82ed7d17b..6a267a8e8cbe0e1cbb5cc05411d4765a271ab443 100644 |
| --- a/src/debug.h |
| +++ b/src/debug.h |
| @@ -186,6 +186,7 @@ class BreakLocation { |
| int break_index_; |
| int position_; |
| int statement_position_; |
| + bool has_immediate_position_; |
| DisallowHeapAllocation no_gc_; |