| Index: src/incremental-marking.h
|
| diff --git a/src/incremental-marking.h b/src/incremental-marking.h
|
| index 20cfb018ae368b5a47504ebcd59a7a21dab654a1..ecb4b46618dcd2a396eb497cf193ae6915d6c1f7 100644
|
| --- a/src/incremental-marking.h
|
| +++ b/src/incremental-marking.h
|
| @@ -91,7 +91,8 @@ class IncrementalMarking {
|
|
|
| void OldSpaceStep(intptr_t allocated);
|
|
|
| - void Step(intptr_t allocated, CompletionAction action);
|
| + void Step(intptr_t allocated, CompletionAction action,
|
| + bool force_marking = false);
|
|
|
| inline void RestartIfNotMarking() {
|
| if (state_ == COMPLETE) {
|
|
|