Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 5e615b306ef8b8cab0dd2793313f3ae64b7ba9c7..d56881f7a80b21d655dd9ce61c9345365c2ed484 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -657,6 +657,8 @@ class MarkCompactCollector { |
// to artificially keep AllocationSites alive for a time. |
void MarkAllocationSite(AllocationSite* site); |
+ bool IsMarkingDequeEmpty(); |
+ |
private: |
class SweeperTask; |