Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 26792) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -945,6 +945,7 @@ |
| struct HandlerInfo { |
| intptr_t outer_try_index; // Try block index of enclosing try block. |
| intptr_t handler_pc; // PC value of handler. |
| + bool needs_stacktrace; // True if a stacktrace is needed. |
|
hausner
2013/08/28 16:08:20
Due to alignment of HandlerInfo elements in the da
siva
2013/08/28 17:00:09
I second this comment.
On 2013/08/28 16:08:20, ha
srdjan
2013/08/28 20:38:29
Will do that in a follow up CL.
|
| }; |
| private: |
| RAW_HEAP_OBJECT_IMPLEMENTATION(ExceptionHandlers); |