diff options
Diffstat (limited to 'WebCore/svg/SVGTextContentElement.h')
-rw-r--r-- | WebCore/svg/SVGTextContentElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGTextContentElement.h b/WebCore/svg/SVGTextContentElement.h index 7dff3d5..f73d5e4 100644 --- a/WebCore/svg/SVGTextContentElement.h +++ b/WebCore/svg/SVGTextContentElement.h @@ -58,7 +58,7 @@ namespace WebCore { int getCharNumAtPosition(const FloatPoint&) const; void selectSubString(unsigned charnum, unsigned nchars, ExceptionCode&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); bool isKnownAttribute(const QualifiedName&); |