Index: src/global-handles.h |
diff --git a/src/global-handles.h b/src/global-handles.h |
index ac26e009c4805dfd5f51dc8a36b7ad0f07993a9b..cd75133a24367092ec07e87bd9fc451a8a9e9d64 100644 |
--- a/src/global-handles.h |
+++ b/src/global-handles.h |
@@ -152,7 +152,7 @@ class GlobalHandles { |
int NumberOfGlobalObjectWeakHandles(); |
// Returns the current number of handles to global objects. |
- int NumberOfGlobalHandles() { |
+ int global_handles_count() const { |
return number_of_global_handles_; |
} |