| Index: Source/platform/heap/SafePoint.cpp
|
| diff --git a/Source/platform/heap/SafePoint.cpp b/Source/platform/heap/SafePoint.cpp
|
| index ef64cdde29b59099679c90d08ce3c67b2bc7daa8..c0574503a1642e397c63a2361cc0987d09f5ae1f 100644
|
| --- a/Source/platform/heap/SafePoint.cpp
|
| +++ b/Source/platform/heap/SafePoint.cpp
|
| @@ -45,7 +45,7 @@ bool SafePointBarrier::parkOthers()
|
| if (state == current)
|
| continue;
|
|
|
| - for (ThreadState::Interruptor* interruptor : state->interruptors())
|
| + for (auto& interruptor : state->interruptors())
|
| interruptor->requestInterrupt();
|
| }
|
|
|
|
|