summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEDiffuseLightingElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEDiffuseLightingElement.h')
-rw-r--r--WebCore/svg/SVGFEDiffuseLightingElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEDiffuseLightingElement.h b/WebCore/svg/SVGFEDiffuseLightingElement.h
index f12dfad..5815cfe 100644
--- a/WebCore/svg/SVGFEDiffuseLightingElement.h
+++ b/WebCore/svg/SVGFEDiffuseLightingElement.h
@@ -39,7 +39,7 @@ public:
SVGFEDiffuseLightingElement(const QualifiedName&, Document*);
virtual ~SVGFEDiffuseLightingElement();
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual void synchronizeProperty(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);