| Index: src/heap/incremental-marking.h
|
| diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
|
| index 03642c10209b558c0bbedc1492381099031d67e2..51633233fe8acd11dd4920cf14deccf4a2fb5407 100644
|
| --- a/src/heap/incremental-marking.h
|
| +++ b/src/heap/incremental-marking.h
|
| @@ -64,9 +64,9 @@ class IncrementalMarking {
|
|
|
| GCRequestType request_type() const { return request_type_; }
|
|
|
| - bool WorthActivating();
|
| + bool CanBeActivated();
|
|
|
| - bool ShouldActivate();
|
| + bool ShouldActivateEvenWithoutIdleNotification();
|
|
|
| bool WasActivated();
|
|
|
|
|