Index: src/mark-compact-inl.h |
diff --git a/src/mark-compact-inl.h b/src/mark-compact-inl.h |
index a9107bd277fdbdabf0e891f79a3c2655c786d8e7..fd25a403cae2d131a753bc22ff58276ab2053004 100644 |
--- a/src/mark-compact-inl.h |
+++ b/src/mark-compact-inl.h |
@@ -46,6 +46,7 @@ MarkBit Marking::MarkBitFrom(Address addr) { |
void MarkCompactCollector::SetFlags(int flags) { |
sweep_precisely_ = ((flags & Heap::kMakeHeapIterableMask) != 0); |
+ reduce_memory_footprint_ = ((flags & Heap::kReduceMemoryFootprintMask) != 0); |
} |