diff options
Diffstat (limited to 'WebCore/svg/SVGFETileElement.h')
-rw-r--r-- | WebCore/svg/SVGFETileElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFETileElement.h b/WebCore/svg/SVGFETileElement.h index 0568d28..60b4d29 100644 --- a/WebCore/svg/SVGFETileElement.h +++ b/WebCore/svg/SVGFETileElement.h @@ -32,7 +32,7 @@ public: SVGFETileElement(const QualifiedName&, Document*); virtual ~SVGFETileElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*); |