Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 44441) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3490,6 +3490,8 @@ |
| class ExceptionHandlers : public Object { |
| public: |
| + static const intptr_t kInvalidPcOffset = 0; |
| + |
| intptr_t num_entries() const; |
| void GetHandlerInfo(intptr_t try_index, |