| Index: Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp
|
| index 18ba429bce873903133d5628854b9a87d4a2a3a6..c65a2e37559d06c59464e93a6aa0b099518fcbf5 100644
|
| --- a/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -48,8 +48,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAd
|
| return entries;
|
| }
|
|
|
| -// Animated property definitions
|
| -
|
| // SVGTextContentElement's 'textLength' attribute needs special handling.
|
| // It should return getComputedTextLength() when textLength is not specified manually.
|
| class SVGAnimatedTextLength FINAL : public SVGAnimatedLength {
|
| @@ -75,9 +73,6 @@ private:
|
| }
|
| };
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGTextContentElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Document& document)
|
| : SVGGraphicsElement(tagName, document)
|
|
|