summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGFEColorMatrixElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEColorMatrixElement.h')
-rw-r--r--Source/WebCore/svg/SVGFEColorMatrixElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGFEColorMatrixElement.h b/Source/WebCore/svg/SVGFEColorMatrixElement.h
index 09b4db03e..e556470dd 100644
--- a/Source/WebCore/svg/SVGFEColorMatrixElement.h
+++ b/Source/WebCore/svg/SVGFEColorMatrixElement.h
@@ -74,7 +74,7 @@ private:
SVGFEColorMatrixElement(const QualifiedName&, Document*);
bool isSupportedAttribute(const QualifiedName&);
- virtual void parseMappedAttribute(Attribute*);
+ virtual void parseAttribute(Attribute*) OVERRIDE;
virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
virtual void svgAttributeChanged(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);