| Index: Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp
|
| index 18ba429bce873903133d5628854b9a87d4a2a3a6..ed1bcd87a32a20ff8563c1f9e00d36a2c8fa2b37 100644
|
| --- a/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -75,9 +75,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)
|
|
|