diff options
Diffstat (limited to 'WebCore/svg/SVGFEMorphologyElement.h')
-rw-r--r-- | WebCore/svg/SVGFEMorphologyElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEMorphologyElement.h b/WebCore/svg/SVGFEMorphologyElement.h index 7013444..4377213 100644 --- a/WebCore/svg/SVGFEMorphologyElement.h +++ b/WebCore/svg/SVGFEMorphologyElement.h @@ -36,7 +36,7 @@ public: void setRadius(float radiusX, float radiusY); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*); |