Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index f451d4aaeec5ec17778c7f43969d26291747df46..4a6bfa94a439b6629998af981797633ee74b2f0b 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -1296,6 +1296,8 @@ class Heap { |
| void FinalizeIncrementalMarkingIfComplete(const char* comment); |
| + bool TryFinalizeIdleIncrementalMarking(double idle_time_in_ms); |
| + |
| IncrementalMarking* incremental_marking() { return &incremental_marking_; } |
| // =========================================================================== |