| Index: Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGText.cpp b/Source/core/layout/svg/LayoutSVGText.cpp
|
| index 2fe7ba261b5bffd292fd39c32fd321c234b66695..9ac4ebd416679b16c6b8f9d111277c64d86c3ebf 100644
|
| --- a/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -471,7 +471,7 @@ FloatRect LayoutSVGText::strokeBoundingBox() const
|
| ASSERT(node());
|
| ASSERT(node()->isSVGElement());
|
| SVGLengthContext lengthContext(toSVGElement(node()));
|
| - strokeBoundaries.inflate(svgStyle.strokeWidth()->value(lengthContext));
|
| + strokeBoundaries.inflate(lengthContext.valueForLength(svgStyle.strokeWidth()));
|
| return strokeBoundaries;
|
| }
|
|
|
|
|