Chromium Code Reviews| Index: src/mark-compact-inl.h |
| =================================================================== |
| --- src/mark-compact-inl.h (revision 10927) |
| +++ src/mark-compact-inl.h (working copy) |
| @@ -46,6 +46,7 @@ |
| void MarkCompactCollector::SetFlags(int flags) { |
| sweep_precisely_ = ((flags & Heap::kMakeHeapIterableMask) != 0); |
| + reduce_memory_footprint_ = ((flags & Heap::kReduceMemoryFootprintMask) != 0); |
| } |