| Index: src/heap/incremental-marking.h
|
| diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
|
| index 8b4aa86efc04250ef98174506a558d2e524cb425..12203a72a3efcf5228ecbd896a60b9c44c7bfc22 100644
|
| --- a/src/heap/incremental-marking.h
|
| +++ b/src/heap/incremental-marking.h
|
| @@ -176,10 +176,6 @@ class IncrementalMarking {
|
| void RecordCodeTargetPatch(Code* host, Address pc, HeapObject* value);
|
| void RecordCodeTargetPatch(Address pc, HeapObject* value);
|
|
|
| - void RecordWrites(HeapObject* obj);
|
| -
|
| - void BlackToGreyAndUnshift(HeapObject* obj, MarkBit mark_bit);
|
| -
|
| void WhiteToGreyAndPush(HeapObject* obj, MarkBit mark_bit);
|
|
|
| inline void SetOldSpacePageFlags(MemoryChunk* chunk) {
|
|
|