diff options
Diffstat (limited to 'WebCore/svg/SVGViewElement.h')
-rw-r--r-- | WebCore/svg/SVGViewElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGViewElement.h b/WebCore/svg/SVGViewElement.h index f913fcd..b834cee 100644 --- a/WebCore/svg/SVGViewElement.h +++ b/WebCore/svg/SVGViewElement.h @@ -38,7 +38,7 @@ namespace WebCore { SVGViewElement(const QualifiedName&, Document*); virtual ~SVGViewElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); SVGStringList* viewTarget() const; |