| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 1b4ed5b3b572e8b7cb17b85bddf6479496ef692b..f80138a28069fe7f115877ab4f607d808083b983 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4611,7 +4611,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.
|
|
|