| Index: trunk/Source/platform/fonts/Font.cpp
|
| ===================================================================
|
| --- trunk/Source/platform/fonts/Font.cpp (revision 196343)
|
| +++ trunk/Source/platform/fonts/Font.cpp (working copy)
|
| @@ -405,8 +405,7 @@
|
|
|
| if (variant == AutoVariant) {
|
| if (m_fontDescription.variant() == FontVariantSmallCaps) {
|
| - bool includeDefault = false;
|
| - UChar32 upperC = toUpper(c, m_fontDescription.locale(includeDefault).characters8());
|
| + UChar32 upperC = toUpper(c);
|
| if (upperC != c) {
|
| c = upperC;
|
| variant = SmallCapsVariant;
|
|
|