Index: src/heap/incremental-marking.h |
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h |
index b365287c0ca69ffaf6773d1328c86b66d4c08f2e..2d0af741560134a53e2b58949cdcc52f55f56da0 100644 |
--- a/src/heap/incremental-marking.h |
+++ b/src/heap/incremental-marking.h |
@@ -159,7 +159,7 @@ class IncrementalMarking { |
// No slots in white objects should be recorded, as some slots are typed and |
// cannot be interpreted correctly if the underlying object does not survive |
// the incremental cycle (stays white). |
- INLINE(bool BaseRecordWrite(HeapObject* obj, Object** slot, Object* value)); |
+ INLINE(bool BaseRecordWrite(HeapObject* obj, Object* value)); |
INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value)); |
INLINE(void RecordWriteIntoCode(HeapObject* obj, RelocInfo* rinfo, |
Object* value)); |