Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 15577ee02390be901caa9e71bd30cfca41fe2889..be511aee481f4e9d4742cbe1fd14c7e2ff91e153 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1179,7 +1179,8 @@ class Heap { |
// Sets the allocation limit to trigger the next full garbage collection. |
void SetOldGenerationAllocationLimit(intptr_t old_gen_size, double gc_speed, |
- double mutator_speed); |
+ double mutator_speed, |
+ int freed_global_handles); |
// Decrease the allocation limit if the new limit based on the given |
// parameters is lower than the current limit. |