summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGMarkerElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGMarkerElement.h')
-rw-r--r--Source/WebCore/svg/SVGMarkerElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGMarkerElement.h b/Source/WebCore/svg/SVGMarkerElement.h
index 472baa6..2275480 100644
--- a/Source/WebCore/svg/SVGMarkerElement.h
+++ b/Source/WebCore/svg/SVGMarkerElement.h
@@ -67,6 +67,8 @@ private:
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
+ virtual void fillAttributeToPropertyTypeMap();
+ virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);