Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 6695f3f0fba62ed73cfa700160d3fdb2f053a916..a5277c11f5eb0c3ba88191cb85282cf487f7d15c 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5081,7 +5081,7 @@ class Code: public HeapObject { |
inline bool back_edges_patched_for_osr(); |
// [to_boolean_foo]: For kind TO_BOOLEAN_IC tells what state the stub is in. |
- inline byte to_boolean_state(); |
+ inline uint16_t to_boolean_state(); |
// [has_function_cache]: For kind STUB tells whether there is a function |
// cache is passed to the stub. |