| 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 e3a74627e56dd7da81fd3699cbae20c3bcfaa719..8b0bde20359ca7731412f28f22e8a8a173b6398e 100644
|
| --- a/src/heap/gc-idle-time-handler.h
|
| +++ b/src/heap/gc-idle-time-handler.h
|
| @@ -138,7 +138,7 @@ class GCIdleTimeHandler {
|
| : mark_compacts_since_idle_round_started_(0),
|
| scavenges_since_last_idle_round_(0) {}
|
|
|
| - GCIdleTimeAction Compute(size_t idle_time_in_ms, HeapState heap_state);
|
| + GCIdleTimeAction Compute(double idle_time, HeapState heap_state);
|
|
|
| void NotifyIdleMarkCompact() {
|
| if (mark_compacts_since_idle_round_started_ < kMaxMarkCompactsInIdleRound) {
|
|
|