| Index: Source/platform/fonts/UTF16TextIterator.h
|
| diff --git a/Source/platform/fonts/UTF16TextIterator.h b/Source/platform/fonts/UTF16TextIterator.h
|
| index 62ce67564552a061e0c9e01e0b80ce0c74c7efaf..ee1a88a5a9105e538987a5fdbad1dc24706f8fb8 100644
|
| --- a/Source/platform/fonts/UTF16TextIterator.h
|
| +++ b/Source/platform/fonts/UTF16TextIterator.h
|
| @@ -45,7 +45,7 @@ public:
|
| character = *m_characters;
|
| m_currentGlyphLength = 1;
|
|
|
| - if (character < HiraganaLetterSmallA || consumeSlowCase(character)) {
|
| + if (character < hiraganaLetterSmallACharacter || consumeSlowCase(character)) {
|
| if (U_GET_GC_MASK(character) & U_GC_M_MASK)
|
| consumeMultipleUChar();
|
| return true;
|
|
|