Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index c256a7cd9c6cb30c2f435cb93285103d96be3758..9edc4e9260cfa96edcdcf5b1dcb86b4133488501 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4663,6 +4663,7 @@ class Code: public HeapObject { |
| // [compare_nil]: For kind COMPARE_NIL_IC tells what state the stub is in. |
| byte compare_nil_state(); |
| + byte compare_nil_value(); |
| // [has_function_cache]: For kind STUB tells whether there is a function |
| // cache is passed to the stub. |