| Index: Source/platform/fonts/Character.cpp
|
| diff --git a/Source/platform/fonts/Character.cpp b/Source/platform/fonts/Character.cpp
|
| index d36973ecd8af9727e006c7f2ccbb497fd1808a1b..590a9e1447866a5caa7e9b1b8f2629cf974defa5 100644
|
| --- a/Source/platform/fonts/Character.cpp
|
| +++ b/Source/platform/fonts/Character.cpp
|
| @@ -427,8 +427,8 @@ bool Character::canReceiveTextEmphasis(UChar32 c)
|
| return false;
|
|
|
| // Additional word-separator characters listed in CSS Text Level 3 Editor's Draft 3 November 2010.
|
| - if (c == ethiopicWordspace || c == aegeanWordSeparatorLine || c == aegeanWordSeparatorDot
|
| - || c == ugariticWordDivider || c == tibetanMarkIntersyllabicTsheg || c == tibetanMarkDelimiterTshegBstar)
|
| + if (c == characterEthiopicWordspace || c == characterAegeanWordSeparatorLine || c == characterAegeanWordSeparatorDot
|
| + || c == characterUgariticWordDivider || c == characterTibetanMarkIntersyllabicTsheg || c == characterTibetanMarkDelimiterTshegBstar)
|
| return false;
|
|
|
| return true;
|
|
|