| Index: src/heap/gc-idle-time-handler.h
|
| diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h
|
| index 2d0114b82ef89cec98726f96f39fbe31a01c0913..8f12a446f2a1609276cf8310f1e06030738dedc7 100644
|
| --- a/src/heap/gc-idle-time-handler.h
|
| +++ b/src/heap/gc-idle-time-handler.h
|
| @@ -198,7 +198,7 @@ class GCIdleTimeHandler {
|
| size_t new_space_allocation_throughput_in_bytes_per_ms);
|
|
|
| private:
|
| - GCIdleTimeAction NothingOrDone();
|
| + GCIdleTimeAction NothingOrDone(double idle_time_in_ms);
|
|
|
| // Idle notifications with no progress.
|
| int idle_times_which_made_no_progress_;
|
|
|