Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| =================================================================== |
| --- runtime/vm/stack_frame.h (revision 26792) |
| +++ runtime/vm/stack_frame.h (working copy) |
| @@ -71,7 +71,7 @@ |
| RawFunction* LookupDartFunction() const; |
| RawCode* LookupDartCode() const; |
| - bool FindExceptionHandler(uword* handler_pc) const; |
| + bool FindExceptionHandler(uword* handler_pc, bool* needs_stacktrace) const; |
| // Returns token_pos of the pc(), or -1 if none exists. |
| intptr_t GetTokenPos() const; |