| Index: runtime/vm/stack_frame.h
|
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h
|
| index 5b4d6b41fcd22ab437d2ddc91ce723e9b9855f37..53982639bc92eec0c89d5101944f0fdee28fbfc6 100644
|
| --- a/runtime/vm/stack_frame.h
|
| +++ b/runtime/vm/stack_frame.h
|
| @@ -72,7 +72,8 @@ class StackFrame : public ValueObject {
|
|
|
| RawFunction* LookupDartFunction() const;
|
| RawCode* LookupDartCode() const;
|
| - bool FindExceptionHandler(uword* handler_pc,
|
| + bool FindExceptionHandler(Isolate* isolate,
|
| + uword* handler_pc,
|
| bool* needs_stacktrace,
|
| bool* is_catch_all) const;
|
| // Returns token_pos of the pc(), or -1 if none exists.
|
|
|