Chromium Code Reviews| Index: src/incremental-marking.cc |
| =================================================================== |
| --- src/incremental-marking.cc (revision 9772) |
| +++ src/incremental-marking.cc (working copy) |
| @@ -473,7 +473,7 @@ |
| #ifdef DEBUG |
| // Marking bits are cleared by the sweeper. |
| - if (FLAG_enable_slow_asserts) { |
| + if (FLAG_verify_heap) { |
| heap_->mark_compact_collector()->VerifyMarkbitsAreClean(); |
| } |
| #endif |