summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGSymbolElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGSymbolElement.h')
-rw-r--r--Source/WebCore/svg/SVGSymbolElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGSymbolElement.h b/Source/WebCore/svg/SVGSymbolElement.h
index e049f0d..8f3f251 100644
--- a/Source/WebCore/svg/SVGSymbolElement.h
+++ b/Source/WebCore/svg/SVGSymbolElement.h
@@ -45,6 +45,8 @@ private:
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
+ virtual void fillAttributeToPropertyTypeMap();
+ virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
virtual bool rendererIsNeeded(RenderStyle*) { return false; }
virtual bool selfHasRelativeLengths() const;