Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 17157) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2399,6 +2399,7 @@ |
| intptr_t TryIndex(intptr_t index) const; |
| intptr_t HandlerPC(intptr_t index) const; |
| + intptr_t OuterTryIndex(intptr_t index) const; |
| void SetHandlerInfo(intptr_t index, |
| intptr_t try_index, |