Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index c2566003660e26b0b2e8a80cc6e3fbca67ccbbd8..254f2589c99b771e9e7882e23451685656e3dfe1 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -671,6 +671,8 @@ class MarkCompactCollector { |
void WaitUntilSweepingCompleted(); |
+ bool IsSweepingCompleted(); |
+ |
void RefillFreeList(PagedSpace* space); |
bool AreSweeperThreadsActivated(); |