Index: Source/core/svg/SVGPolyElement.cpp |
diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp |
index 3c5c00da250a7c288749be9d16ed0b799ab8d8de..055c39777b46f5a3a63fa785f9f683e995dac784 100644 |
--- a/Source/core/svg/SVGPolyElement.cpp |
+++ b/Source/core/svg/SVGPolyElement.cpp |
@@ -21,7 +21,7 @@ |
#include "config.h" |
#include "core/svg/SVGPolyElement.h" |
-#include "core/rendering/svg/RenderSVGShape.h" |
+#include "core/layout/svg/LayoutSVGShape.h" |
#include "core/svg/SVGAnimatedPointList.h" |
#include "core/svg/SVGParserUtilities.h" |
@@ -54,7 +54,7 @@ void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName) |
SVGElement::InvalidationGuard invalidationGuard(this); |
- RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); |
+ LayoutSVGShape* renderer = toLayoutSVGShape(this->renderer()); |
if (!renderer) |
return; |