| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5ff345072539de8de3528492c96898fd6541de6e..7771eb4058df4651869a2507a6ca02537ba21dbe 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4669,7 +4669,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.
|
|
|