diff options
Diffstat (limited to 'Source/WebCore/svg/SVGLineElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGLineElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGLineElement.h b/Source/WebCore/svg/SVGLineElement.h index ad60a95..4ba4ec1 100644 --- a/Source/WebCore/svg/SVGLineElement.h +++ b/Source/WebCore/svg/SVGLineElement.h @@ -46,6 +46,8 @@ private: virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); + virtual void fillAttributeToPropertyTypeMap(); + virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap(); virtual void toPathData(Path&) const; |