| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| index 43a932122e3d20dc757d48dd0686bd398204cbe3..212bf6e9e394b16ab3d42491b84a30eba39a6bfb 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| @@ -322,7 +322,7 @@ void SVGInlineTextBoxPainter::paintDecoration(const PaintInfo& paintInfo,
|
|
|
| float scalingFactor = 1;
|
| Font scaledFont;
|
| - LayoutSVGInlineText::computeNewScaledFontForStyle(decorationLayoutObject,
|
| + LayoutSVGInlineText::computeNewScaledFontForStyle(*decorationLayoutObject,
|
| scalingFactor, scaledFont);
|
| DCHECK(scalingFactor);
|
|
|
|
|