Chromium Code Reviews| Index: src/heap/marking.h |
| diff --git a/src/heap/marking.h b/src/heap/marking.h |
| index b80162b48dc4d9f3c697a51385bf33dbc32e5272..69c103f618a3734bb368e14c961c79e0605216b4 100644 |
| --- a/src/heap/marking.h |
| +++ b/src/heap/marking.h |
| @@ -312,7 +312,6 @@ class Marking : public AllStatic { |
| INLINE(static void GreyToWhite(MarkBit markbit)) { |
| DCHECK(IsGrey(markbit)); |
| markbit.Clear(); |
| - markbit.Next().Clear(); |
| } |
| INLINE(static void BlackToGrey(MarkBit markbit)) { |