Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index a6455e51ec6d74bd8921850a532c8aef81c466b8..50856788816550893f87819467419aa78ec43301 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1633,7 +1633,7 @@ class HeapStats { |
int* weak_global_handle_count; // 15 |
int* pending_global_handle_count; // 16 |
int* near_death_global_handle_count; // 17 |
- int* destroyed_global_handle_count; // 18 |
+ int* free_global_handle_count; // 18 |
intptr_t* memory_allocator_size; // 19 |
intptr_t* memory_allocator_capacity; // 20 |
int* objects_per_type; // 21 |