| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| index 2da5bef73ad79abb8f87e77408e4407bf5a5fed5..6418ecf870f0d61356e0fe13c352f6d42457dd1b 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| @@ -154,7 +154,7 @@ private:
|
| if (!m_textRun.is8Bit()) {
|
| UChar32 nextChar;
|
| U16_GET(m_textRun.characters16(), 0, i, length, nextChar);
|
| - if (Character::isCJKIdeographOrSymbol(nextChar))
|
| + if (Character::isCJKIdeographOrSymbolBase(nextChar))
|
| return i;
|
| }
|
| }
|
|
|