| Index: src/heap/incremental-marking.h
|
| diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
|
| index 726efb3d122da83625c81c3877f4f1a9576ea8ba..8f86dcb703f4d4582d9c648d8986a2131c5526af 100644
|
| --- a/src/heap/incremental-marking.h
|
| +++ b/src/heap/incremental-marking.h
|
| @@ -312,6 +312,7 @@ class V8_EXPORT_PRIVATE IncrementalMarking {
|
| intptr_t bytes_to_process,
|
| ForceCompletionAction completion = DO_NOT_FORCE_COMPLETION));
|
|
|
| + INLINE(bool IsFixedArrayWithProgressBar(HeapObject* object));
|
| INLINE(void VisitObject(Map* map, HeapObject* obj, int size));
|
|
|
| void IncrementIdleMarkingDelayCounter();
|
|
|