| Index: src/heap/incremental-marking.h
|
| diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
|
| index 7d41cfef4156dc73f46abb3180f95baf9f625a3b..6a6f8c4abb5498fb3cc61643733b6ebfc14225bc 100644
|
| --- a/src/heap/incremental-marking.h
|
| +++ b/src/heap/incremental-marking.h
|
| @@ -67,9 +67,7 @@ class IncrementalMarking {
|
|
|
| bool WasActivated();
|
|
|
| - enum CompactionFlag { ALLOW_COMPACTION, PREVENT_COMPACTION };
|
| -
|
| - void Start(CompactionFlag flag = ALLOW_COMPACTION);
|
| + void Start();
|
|
|
| void Stop();
|
|
|
| @@ -208,7 +206,7 @@ class IncrementalMarking {
|
|
|
| void ResetStepCounters();
|
|
|
| - void StartMarking(CompactionFlag flag);
|
| + void StartMarking();
|
|
|
| void ActivateIncrementalWriteBarrier(PagedSpace* space);
|
| static void ActivateIncrementalWriteBarrier(NewSpace* space);
|
|
|