| Index: Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp b/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
|
| index 9979b49a9615f9ad7054028c35552230cc446b48..95c3beb137c57eae1a3758b7aaf1003e9c000c99 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp
|
| @@ -160,7 +160,7 @@ float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVertica
|
| case GO_AUTO: {
|
| // Spec: Fullwidth ideographic and fullwidth Latin text will be set with a glyph-orientation of 0-degrees.
|
| // Text which is not fullwidth will be set with a glyph-orientation of 90-degrees.
|
| - unsigned int unicodeRange = findCharUnicodeRange(character);
|
| + unsigned unicodeRange = findCharUnicodeRange(character);
|
| if (unicodeRange == cRangeSetLatin || unicodeRange == cRangeArabic)
|
| return 90;
|
|
|
|
|