| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index 2c94586d4e820f919f9ba65e078aeb8a98501b0c..24205dc570597dd00092f803f4936ec9b1907402 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -33,9 +33,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGTextPositioningElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTextContentElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document& document)
|
| : SVGTextContentElement(tagName, document)
|
|
|