Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 2a1d97dc2aefc98c382a27419c2a575e6e53cedb..01ecbf8ec9093e91024372e3f780daa5108e5e57 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -744,7 +744,7 @@ class MarkCompactCollector { |
void MarkAllocationSite(AllocationSite* site); |
private: |
- MarkCompactCollector(); |
+ explicit MarkCompactCollector(Heap* heap); |
~MarkCompactCollector(); |
bool MarkInvalidatedCode(); |