Index: runtime/vm/stack_frame.h |
diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h |
index 5dd0f14ac0c7aba2131bd541e6345485bff86b98..2889a1eecc63910e82d874fe153f642aaa181d29 100644 |
--- a/runtime/vm/stack_frame.h |
+++ b/runtime/vm/stack_frame.h |
@@ -77,7 +77,7 @@ class StackFrame : public ValueObject { |
RawFunction* LookupDartFunction() const; |
RawCode* LookupDartCode() const; |
- bool FindExceptionHandler(Isolate* isolate, |
+ bool FindExceptionHandler(Thread* thread, |
uword* handler_pc, |
bool* needs_stacktrace, |
bool* is_catch_all) const; |