| Index: Source/platform/fonts/Character.h
|
| diff --git a/Source/platform/fonts/Character.h b/Source/platform/fonts/Character.h
|
| index eeffbc68ee348496f5b436a679f83769dea155a9..c06eeb364bf8bada34fee25c8955872487501429 100644
|
| --- a/Source/platform/fonts/Character.h
|
| +++ b/Source/platform/fonts/Character.h
|
| @@ -65,7 +65,7 @@ public:
|
| static unsigned expansionOpportunityCount(const LChar*, size_t length, TextDirection, bool& isAfterExpansion, const TextJustify);
|
| static unsigned expansionOpportunityCount(const UChar*, size_t length, TextDirection, bool& isAfterExpansion, const TextJustify);
|
|
|
| - static bool shouldIgnoreRotation(UChar32 character);
|
| + static bool isUprightInMixedVertical(UChar32 character);
|
|
|
| static bool treatAsSpace(UChar c)
|
| {
|
|
|