| Index: Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGEllipse.cpp b/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| index 3e07df274112ef785e733ed8a7295dcea36db922..0fcae8ac08756b3fcff1eaa39054c636bc852ca2 100644
|
| --- a/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| @@ -128,7 +128,7 @@ bool LayoutSVGEllipse::shapeDependentFillContains(const FloatPoint& point, const
|
|
|
| bool LayoutSVGEllipse::hasContinuousStroke() const
|
| {
|
| - const SVGLayoutStyle& svgStyle = style()->svgStyle();
|
| + const SVGComputedStyle& svgStyle = style()->svgStyle();
|
| return svgStyle.strokeDashArray()->isEmpty();
|
| }
|
|
|
|
|