| Index: Source/core/layout/svg/LayoutSVGRect.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGRect.cpp b/Source/core/layout/svg/LayoutSVGRect.cpp
|
| index 55cb64448da2297a9b7e3b7024de2a1662c808ba..ae624d63cdf0a2b202fabe06406cad94bfff5706 100644
|
| --- a/Source/core/layout/svg/LayoutSVGRect.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGRect.cpp
|
| @@ -119,7 +119,7 @@ bool LayoutSVGRect::shapeDependentFillContains(const FloatPoint& point, const Wi
|
| // Returns true if the stroke is continuous and definitely uses miter joins.
|
| bool LayoutSVGRect::definitelyHasSimpleStroke() const
|
| {
|
| - const SVGLayoutStyle& svgStyle = style()->svgStyle();
|
| + const SVGComputedStyle& svgStyle = style()->svgStyle();
|
|
|
| // The four angles of a rect are 90 degrees. Using the formula at:
|
| // http://www.w3.org/TR/SVG/painting.html#StrokeMiterlimitProperty
|
|
|