Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 26513) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -693,7 +693,7 @@ |
| TryBlocks* try_blocks_list_; |
| // Each try in this function gets its own try index. |
| - intptr_t AllocateTryIndex() { return ++last_used_try_index_; } |
| + intptr_t AllocateTryIndex() { return last_used_try_index_++; } |
| intptr_t last_used_try_index_; |
| bool unregister_pending_function_; |