Index: Source/core/svg/SVGFilterElement.cpp |
diff --git a/Source/core/svg/SVGFilterElement.cpp b/Source/core/svg/SVGFilterElement.cpp |
index d3e638876839c99ed45151ebbf216c24b2f469f0..81fbb681f45768747bd7a7fe42b833e4d38b27a3 100644 |
--- a/Source/core/svg/SVGFilterElement.cpp |
+++ b/Source/core/svg/SVGFilterElement.cpp |
@@ -132,7 +132,7 @@ void SVGFilterElement::childrenChanged(const ChildrenChange& change) |
object->setNeedsLayoutAndFullPaintInvalidation(); |
} |
-LayoutObject* SVGFilterElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* SVGFilterElement::createLayoutObject(const ComputedStyle&) |
{ |
LayoutSVGResourceFilter* renderer = new LayoutSVGResourceFilter(this); |