Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index c49f38447eb15668fa2db13577fb19ae2bbf9553..dd41413ba3e6a3c38c87413471b8ee69d8dd5959 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -89,7 +89,7 @@ PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthW |
(ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value); |
} |
-PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLengthAnimated() |
+PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLength() |
{ |
DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther)); |
if (m_specifiedTextLength == defaultTextLength) |