| Index: Source/platform/fonts/UTF16TextIterator.h
|
| diff --git a/Source/platform/fonts/UTF16TextIterator.h b/Source/platform/fonts/UTF16TextIterator.h
|
| index 6a2ec343fdd5c9f29cc3b531f24b35724766bbf6..f42c7ad123f0e643e834c20cc25ca685dca70154 100644
|
| --- a/Source/platform/fonts/UTF16TextIterator.h
|
| +++ b/Source/platform/fonts/UTF16TextIterator.h
|
| @@ -68,6 +68,7 @@ public:
|
| unsigned glyphLength() const { return m_currentGlyphLength; }
|
|
|
| private:
|
| + bool isValidSurrogatePair(UChar32&);
|
| bool consumeSurrogatePair(UChar32&);
|
| void consumeMultipleUChar();
|
|
|
|
|