Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index e0b7c38ca0bd0cfc2c0f785b31c59c476a576943..fe01bb4e860ae646d2c387d09b2606c158c99133 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -419,8 +419,9 @@ class MarkCompactCollector { |
void RecordRelocSlot(RelocInfo* rinfo, Object* target); |
void RecordCodeEntrySlot(HeapObject* object, Address slot, Code* target); |
void RecordCodeTargetPatch(Address pc, Code* target); |
- void RecordSlot(HeapObject* object, Object** slot, Object* target); |
- void ForceRecordSlot(HeapObject* object, Object** slot, Object* target); |
+ INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target)); |
+ INLINE(void ForceRecordSlot(HeapObject* object, Object** slot, |
+ Object* target)); |
void UpdateSlots(SlotsBuffer* buffer); |
void UpdateSlotsRecordedIn(SlotsBuffer* buffer); |