mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
AK: Fix mention of renamed member in Utf16View
This commit is contained in:
parent
15178d5230
commit
9a03ee1c24
Notes:
github-actions[bot]
2025-07-24 11:19:50 +00:00
Author: https://github.com/gmta
Commit: 9a03ee1c24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5574
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ private:
|
|||
} m_string { .ascii = nullptr };
|
||||
|
||||
// Just like Utf16StringData, we store whether this string has ASCII or UTF-16 storage by setting the most
|
||||
// significant bit of m_code_unit_length for UTF-16 storage.
|
||||
// significant bit of m_length_in_code_units for UTF-16 storage.
|
||||
size_t m_length_in_code_units { 0 };
|
||||
mutable size_t m_length_in_code_points { NumericLimits<size_t>::max() };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue