summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGTextPositioningElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGTextPositioningElement.h')
-rw-r--r--Source/WebCore/svg/SVGTextPositioningElement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGTextPositioningElement.h b/Source/WebCore/svg/SVGTextPositioningElement.h
index e4bc4ea..5e6dadc 100644
--- a/Source/WebCore/svg/SVGTextPositioningElement.h
+++ b/Source/WebCore/svg/SVGTextPositioningElement.h
@@ -39,8 +39,7 @@ protected:
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
-
- virtual bool selfHasRelativeLengths() const;
+ void fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap&);
// Animated property declarations
DECLARE_ANIMATED_LENGTH_LIST(X, x)