diff options
Diffstat (limited to 'Source/WebCore/svg/SVGGlyphElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGGlyphElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGGlyphElement.h b/Source/WebCore/svg/SVGGlyphElement.h index 60be413e5..c7b99d990 100644 --- a/Source/WebCore/svg/SVGGlyphElement.h +++ b/Source/WebCore/svg/SVGGlyphElement.h @@ -47,7 +47,7 @@ private: SVGGlyphElement(const QualifiedName&, Document*); // FIXME: svgAttributeChanged missing. - virtual void parseMappedAttribute(Attribute*); + virtual void parseAttribute(Attribute*) OVERRIDE; virtual void insertedIntoDocument(); virtual void removedFromDocument(); |