| Index: runtime/vm/exceptions.cc
|
| diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
|
| index fa2e44179de9d83d7c11aceb4fa1899363a25afb..98dbe25a9807341dc37b554a6e399e315061cd92 100644
|
| --- a/runtime/vm/exceptions.cc
|
| +++ b/runtime/vm/exceptions.cc
|
| @@ -220,7 +220,7 @@ static void JumpToExceptionHandler(Thread* thread,
|
| #else
|
| // Prepare for unwinding frames by destroying all the stack resources
|
| // in the previous frames.
|
| - StackResource::Unwind(thread->isolate());
|
| + StackResource::Unwind(thread);
|
|
|
| // Call a stub to set up the exception object in kExceptionObjectReg,
|
| // to set up the stacktrace object in kStackTraceObjectReg, and to
|
|
|