| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index a0b2157aad4b10e0c4e3e57fb4898aa72bfddacc..ac00827d3834717bed0563e242668dd8057a61fe 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -983,8 +983,6 @@ class Heap : public AllStatic {
|
|
|
| static void RecordStats(HeapStats* stats, bool take_snapshot = false);
|
|
|
| - static Scavenger GetScavenger(int instance_type, int instance_size);
|
| -
|
| // Copy block of memory from src to dst. Size of block should be aligned
|
| // by pointer size.
|
| static inline void CopyBlock(Address dst, Address src, int byte_size);
|
| @@ -1725,6 +1723,7 @@ class GCTracer BASE_EMBEDDED {
|
| EXTERNAL,
|
| MC_MARK,
|
| MC_SWEEP,
|
| + MC_SWEEP_NEWSPACE,
|
| MC_COMPACT,
|
| MC_FLUSH_CODE,
|
| kNumberOfScopes
|
|
|