| Index: Source/core/layout/svg/LayoutSVGPath.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGPath.cpp b/Source/core/layout/svg/LayoutSVGPath.cpp
|
| index 85ea5a85b2df52b05536d168bc94521cd4733453..0e811c0ad2cfabffcdec05730d315aebbf0f411a 100644
|
| --- a/Source/core/layout/svg/LayoutSVGPath.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGPath.cpp
|
| @@ -77,7 +77,7 @@ bool LayoutSVGPath::shapeDependentStrokeContains(const FloatPoint& point)
|
| if (LayoutSVGShape::shapeDependentStrokeContains(point))
|
| return true;
|
|
|
| - const SVGLayoutStyle& svgStyle = style()->svgStyle();
|
| + const SVGComputedStyle& svgStyle = style()->svgStyle();
|
| for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i) {
|
| ASSERT(svgStyle.hasStroke());
|
| float strokeWidth = this->strokeWidth();
|
|
|