| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 38237)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -727,9 +727,10 @@
|
| TryBlocks* try_blocks_list_;
|
|
|
| // Each try in this function gets its own try index.
|
| - intptr_t AllocateTryIndex() { return last_used_try_index_++; }
|
| - intptr_t last_used_try_index_;
|
| + int16_t AllocateTryIndex();
|
|
|
| + int16_t last_used_try_index_;
|
| +
|
| bool unregister_pending_function_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Parser);
|
|
|