Index: Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGResourceFilter.cpp b/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
index 01bb436b4544a3cdaf1608c1b8b23df7f48abdfd..d9c412778cd4424fd3f959eaf1e77b6ecb2acfec 100644 |
--- a/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
+++ b/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
@@ -73,7 +73,7 @@ void LayoutSVGResourceFilter::destroy() |
LayoutSVGResourceContainer::destroy(); |
} |
-bool LayoutSVGResourceFilter::isChildAllowed(LayoutObject* child, const LayoutStyle&) const |
+bool LayoutSVGResourceFilter::isChildAllowed(LayoutObject* child, const ComputedStyle&) const |
{ |
return child->isSVGResourceFilterPrimitive(); |
} |