| Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| index 72282b7c6d8a4345d69133f93ab179664e922f3c..079f09a76fec84c12ea586fd635fb97afc389974 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| @@ -225,7 +225,7 @@ void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, c
|
| return;
|
| }
|
|
|
| - if (style->fontDescription().textRenderingMode() == GeometricPrecision)
|
| + if (style->fontDescription().textRendering() == GeometricPrecision)
|
| scalingFactor = 1;
|
|
|
| FontDescription fontDescription(style->fontDescription());
|
|
|