Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 273228425f01ae420031cbc7486708a575f9798d..528842d41c0b7fd9ee65f142fa5ca3be206872ec 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7838,7 +7838,7 @@ class StringShape BASE_EMBEDDED { |
inline StringRepresentationTag representation_tag(); |
inline uint32_t encoding_tag(); |
inline uint32_t full_representation_tag(); |
- inline uint32_t size_tag(); |
+ inline bool HasOnlyOneByteChars(); |
#ifdef DEBUG |
inline uint32_t type() { return type_; } |
inline void invalidate() { valid_ = false; } |