Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 978046b87c142063d4d5594c0186bd871788de16..98bd3d14b810ffd46b124d203cefbdbfe543cd23 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4602,7 +4602,7 @@ class Code: public HeapObject { |
inline void set_to_boolean_state(byte value); |
// [compare_nil]: For kind COMPARE_NIL_IC tells what state the stub is in. |
- byte compare_nil_state(); |
+ byte compare_nil_types(); |
// [has_function_cache]: For kind STUB tells whether there is a function |
// cache is passed to the stub. |