Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 570cbb4869428347569cd43afdde15f1545db92e..9341aa397612cfb4c2dae1d2e9d13f6bd361cfa5 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -360,7 +360,7 @@ public: |
// |
// Request all other threads to stop. Must only be called if the current thread is at safepoint. |
- static void stopThreads(); |
+ static bool stopThreads(); |
static void resumeThreads(); |
// Check if GC is requested by another thread and pause this thread if this is the case. |