Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 6b1d0fa6b4dae3565ea4b09fbb6fd9c864df7d36..ab230284c5d349affd9c37a83f99e01900c02ca8 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -89,7 +89,7 @@ public: |
// textLength is not declared using the standard DECLARE_ANIMATED_LENGTH macro |
// as its getter needs special handling (return getComputedTextLength(), instead of m_textLength). |
SVGLength& specifiedTextLength() { return m_specifiedTextLength; } |
- PassRefPtr<SVGAnimatedLength> textLengthAnimated(); |
+ PassRefPtr<SVGAnimatedLength> textLength(); |
Stephen Chennney
2013/07/12 14:28:22
This is unused. Apparently we do not support it. I
|
static const SVGPropertyInfo* textLengthPropertyInfo(); |
protected: |