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 9b3b95e2c1ff58d17c6025fa49954335409eaa63..8dfe92d9f79f5510484978829bbbb7184a8b6c5e 100644 |
--- a/src/heap/gc-idle-time-handler.h |
+++ b/src/heap/gc-idle-time-handler.h |
@@ -148,7 +148,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_in_ms, HeapState heap_state); |
void NotifyIdleMarkCompact() { |
if (mark_compacts_since_idle_round_started_ < kMaxMarkCompactsInIdleRound) { |