Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 26938) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2830,7 +2830,8 @@ |
| void SetHandlerInfo(intptr_t try_index, |
| intptr_t outer_try_index, |
| intptr_t handler_pc, |
| - bool needs_stacktrace) const; |
| + bool needs_stacktrace, |
| + bool has_catch_all) const; |
| RawArray* GetHandledTypes(intptr_t try_index) const; |
| void SetHandledTypes(intptr_t try_index, const Array& handled_types) const; |