Index: Source/core/svg/SVGAElement.cpp |
diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp |
index 7fefe2855076e850188a7b620f2aea8dbd85ab7a..deb48ada2342e6fa79dbc6613ea67c9bc6f4bd3b 100644 |
--- a/Source/core/svg/SVGAElement.cpp |
+++ b/Source/core/svg/SVGAElement.cpp |
@@ -107,7 +107,7 @@ void SVGAElement::svgAttributeChanged(const QualifiedName& attrName) |
SVGGraphicsElement::svgAttributeChanged(attrName); |
} |
-RenderObject* SVGAElement::createRenderer(const RenderStyle&) |
+LayoutObject* SVGAElement::createRenderer(const RenderStyle&) |
{ |
if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->isTextContent()) |
return new RenderSVGInline(this); |