| Index: src/incremental-marking.h
|
| diff --git a/src/incremental-marking.h b/src/incremental-marking.h
|
| index 30dbbc1605c7c5415767101469cc1f55c2d504ef..b47ae3896d0063e3fa53a041d6225c66e39cf6d7 100644
|
| --- a/src/incremental-marking.h
|
| +++ b/src/incremental-marking.h
|
| @@ -206,7 +206,7 @@ class IncrementalMarking {
|
|
|
| void ResetStepCounters();
|
|
|
| - void StartMarking();
|
| + void StartMarking(bool allow_compaction);
|
|
|
| void ActivateIncrementalWriteBarrier(PagedSpace* space);
|
| static void ActivateIncrementalWriteBarrier(NewSpace* space);
|
|
|