| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 015438062983bde156c388c4973c2ae4aaf3a004..d252e1928e4da5938da45083252702ad48e86959 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -552,6 +552,7 @@ class MarkCompactCollector {
|
|
|
| void RecordRelocSlot(RelocInfo* rinfo, Object* target);
|
| void RecordCodeEntrySlot(Address slot, Code* target);
|
| + void RecordCodeTargetPatch(Address pc, Code* target);
|
|
|
| INLINE(void RecordSlot(Object** anchor_slot, Object** slot, Object* object));
|
|
|
|
|