Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 555b5bd37e486ea54c4a35002626b42c8c52199c..8362513474da663fd2fdb36e8e7fc13dfcd942ec 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -359,7 +359,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. |