Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 6b5d4c9e182a4a5bfb1ba24fe101056db19a7182..294c8d93b795ecbb8daa5fa05294daa29ef524df 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -437,7 +437,9 @@ class MarkCompactCollector { |
| enum SweeperType { |
| CONSERVATIVE, |
| LAZY_CONSERVATIVE, |
| - PRECISE |
| + PRECISE, |
| + PRECISE_CELLS, |
| + PRECISE_MAPS |
| }; |
| #ifdef DEBUG |