| Index: Source/platform/fonts/UTF16TextIterator.h
|
| diff --git a/Source/platform/fonts/UTF16TextIterator.h b/Source/platform/fonts/UTF16TextIterator.h
|
| index 6a2ec343fdd5c9f29cc3b531f24b35724766bbf6..f3a4750cb81028b38b77841fde7e4363596fb6c4 100644
|
| --- a/Source/platform/fonts/UTF16TextIterator.h
|
| +++ b/Source/platform/fonts/UTF16TextIterator.h
|
| @@ -37,6 +37,8 @@ public:
|
| // remove once HarfBuzz is used for all text.
|
| UTF16TextIterator(const UChar*, int offset, int endOffset, int length);
|
|
|
| + bool atEnd() const { return m_offset >= m_endOffset; }
|
| +
|
| inline bool consume(UChar32& character)
|
| {
|
| if (m_offset >= m_endOffset)
|
|
|