Index: Source/core/svg/SVGGElement.cpp |
diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp |
index b55bea6d86f2844cda865cf22639b1dde1ec51e0..c869542aa8eb9107cbaee26cec77cbd4e2b664ba 100644 |
--- a/Source/core/svg/SVGGElement.cpp |
+++ b/Source/core/svg/SVGGElement.cpp |
@@ -34,7 +34,7 @@ inline SVGGElement::SVGGElement(Document& document, ConstructionType constructio |
DEFINE_NODE_FACTORY(SVGGElement) |
-RenderObject* SVGGElement::createRenderer(const RenderStyle& style) |
+LayoutObject* SVGGElement::createRenderer(const RenderStyle& style) |
{ |
// SVG 1.1 testsuite explicitely uses constructs like <g display="none"><linearGradient> |
// We still have to create renderers for the <g> & <linearGradient> element, though the |