| Index: src/incremental-marking.h
|
| diff --git a/src/incremental-marking.h b/src/incremental-marking.h
|
| index a4dd5f33140332acb78742ff074825ad2bc920d9..f4362ff5da0bf3f3e63c925208088f0fe045b303 100644
|
| --- a/src/incremental-marking.h
|
| +++ b/src/incremental-marking.h
|
| @@ -129,10 +129,6 @@ class IncrementalMarking {
|
| Object** slot,
|
| Isolate* isolate);
|
|
|
| - static void RecordWriteForEvacuationFromCode(HeapObject* obj,
|
| - Object** slot,
|
| - Isolate* isolate);
|
| -
|
| // Record a slot for compaction. Returns false for objects that are
|
| // guaranteed to be rescanned or not guaranteed to survive.
|
| //
|
|
|