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 e5b671cd063d9b4e36444a23fc8908dfbda07ab9..c3701746d39b28edc95890d90199a7f80a1718e9 100644 |
--- a/src/heap/gc-idle-time-handler.h |
+++ b/src/heap/gc-idle-time-handler.h |
@@ -188,7 +188,7 @@ class GCIdleTimeHandler { |
size_t used_new_space_size; |
size_t new_space_capacity; |
size_t new_space_allocation_throughput_in_bytes_per_ms; |
- size_t current_new_space_allocation_throughput_in_bytes_per_ms; |
+ size_t current_allocation_throughput_in_bytes_per_ms; |
}; |
GCIdleTimeHandler() |