Index: Source/core/svg/SVGSymbolElement.cpp |
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp |
index f186b972af5ba4d8ab3d21ffaa1ba26de02741fa..8edf21ed6f8e4c6ea979bccd6b3ff82cbfaa869a 100644 |
--- a/Source/core/svg/SVGSymbolElement.cpp |
+++ b/Source/core/svg/SVGSymbolElement.cpp |
@@ -47,7 +47,7 @@ void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) |
invalidateInstances(); |
} |
-LayoutObject* SVGSymbolElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* SVGSymbolElement::createLayoutObject(const ComputedStyle&) |
{ |
return new LayoutSVGHiddenContainer(this); |
} |