diff options
Diffstat (limited to 'WebCore/svg/SVGElement.h')
-rw-r--r-- | WebCore/svg/SVGElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGElement.h b/WebCore/svg/SVGElement.h index 9467250..64afe8e 100644 --- a/WebCore/svg/SVGElement.h +++ b/WebCore/svg/SVGElement.h @@ -49,7 +49,7 @@ namespace WebCore { SVGDocumentExtensions* accessDocumentSVGExtensions() const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual bool isStyled() const { return false; } virtual bool isStyledTransformable() const { return false; } |