| Index: runtime/vm/longjump.cc
|
| diff --git a/runtime/vm/longjump.cc b/runtime/vm/longjump.cc
|
| index 13e01337c53829c2af4413991955162e9a4ffb5e..2bc7e318725b0960eef8de2295204655f47ab22f 100644
|
| --- a/runtime/vm/longjump.cc
|
| +++ b/runtime/vm/longjump.cc
|
| @@ -26,7 +26,7 @@ bool LongJumpScope::IsSafeToJump() {
|
| // We do not want to jump past Dart frames. Note that this code
|
| // assumes the stack grows from high to low.
|
| Thread* thread = Thread::Current();
|
| - uword jumpbuf_addr = Isolate::GetCurrentStackPointer();
|
| + uword jumpbuf_addr = Thread::GetCurrentStackPointer();
|
| #if defined(USING_SIMULATOR)
|
| Simulator* sim = Simulator::Current();
|
| // When using simulator, only mutator thread should refer to Simulator
|
|
|