Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index ee7c9476c5a562d9435fd91fde6074a056d3b019..2a95db73ea4e68e3eb955267efb6f0de4ac06f7c 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -179,6 +179,7 @@ class MarkCompactCollector: public AllStatic { |
| sweep_precisely_ = ((flags & Heap::kMakeHeapIterableMask) != 0); |
| } |
| + static bool PreciseSweepingRequired() { return sweep_precisely_; } |
| static void Initialize(); |