Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1ee31b6dee9c58f8a9c41b36c6210577ebf75bca..6526ebbc8773c5845c75494e101eddabc87396b2 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4662,7 +4662,7 @@ class Code: public HeapObject { |
inline byte to_boolean_state(); |
// [compare_nil]: For kind COMPARE_NIL_IC tells what state the stub is in. |
- byte compare_nil_types(); |
+ byte compare_nil_state(); |
// [has_function_cache]: For kind STUB tells whether there is a function |
// cache is passed to the stub. |