| Index: src/heap/mark-compact.h | 
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h | 
| index 7bd02215b7082911e3d151e8620fe08cb8e97bd6..9ecd73ab8c8463b27503ddad658a447a148b0ac8 100644 | 
| --- a/src/heap/mark-compact.h | 
| +++ b/src/heap/mark-compact.h | 
| @@ -561,12 +561,11 @@ class MarkCompactCollector { | 
|  | 
| void InitializeMarkingDeque(); | 
|  | 
| -  // The following four methods can just be called after marking, when the | 
| +  // The following two methods can just be called after marking, when the | 
| // whole transitive closure is known. They must be called before sweeping | 
| // when mark bits are still intact. | 
| -  bool IsSlotInBlackObject(Page* p, Address slot, HeapObject** out_object); | 
| +  bool IsSlotInBlackObject(MemoryChunk* p, Address slot); | 
| HeapObject* FindBlackObjectBySlotSlow(Address slot); | 
| -  bool IsSlotInLiveObject(Address slot); | 
|  | 
| // Removes all the slots in the slot buffers that are within the given | 
| // address range. | 
|  |