Index: Source/core/svg/SVGDefsElement.cpp |
diff --git a/Source/core/svg/SVGDefsElement.cpp b/Source/core/svg/SVGDefsElement.cpp |
index 88e8f3e5bba2c5e124bee5c671d67d7471be2e1b..3813ce9b141f465584c60db81438276828dd8a3e 100644 |
--- a/Source/core/svg/SVGDefsElement.cpp |
+++ b/Source/core/svg/SVGDefsElement.cpp |
@@ -34,7 +34,7 @@ inline SVGDefsElement::SVGDefsElement(Document& document) |
DEFINE_NODE_FACTORY(SVGDefsElement) |
-LayoutObject* SVGDefsElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* SVGDefsElement::createLayoutObject(const ComputedStyle&) |
{ |
return new LayoutSVGHiddenContainer(this); |
} |