diff options
Diffstat (limited to 'WebCore/svg/SVGFEOffsetElement.cpp')
-rw-r--r-- | WebCore/svg/SVGFEOffsetElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEOffsetElement.cpp b/WebCore/svg/SVGFEOffsetElement.cpp index b27db31..58b4a6a 100644 --- a/WebCore/svg/SVGFEOffsetElement.cpp +++ b/WebCore/svg/SVGFEOffsetElement.cpp @@ -57,7 +57,7 @@ void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) - SVGFilterElement::invalidateFilter(this); + invalidate(); } void SVGFEOffsetElement::synchronizeProperty(const QualifiedName& attrName) |