| Index: src/futex-emulation.cc
|
| diff --git a/src/futex-emulation.cc b/src/futex-emulation.cc
|
| index 1f7e8a6d73984a121dcf3eff35d954244311c513..991e4c371169156d7c596197b3895d80071f9ccc 100644
|
| --- a/src/futex-emulation.cc
|
| +++ b/src/futex-emulation.cc
|
| @@ -142,7 +142,7 @@
|
| // be false, so we'll loop and then check interrupts.
|
| if (interrupted) {
|
| Object* interrupt_object = isolate->stack_guard()->HandleInterrupts();
|
| - if (interrupt_object->IsException(isolate)) {
|
| + if (interrupt_object->IsException()) {
|
| result = interrupt_object;
|
| mutex_.Pointer()->Lock();
|
| break;
|
|
|