| Index: Source/core/svg/SVGTextPositioningElement.h
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h
|
| index 126cf87ec55a32b5a15619eea6cf924e550ada2c..de1ec91f002a61988f42faf9cc4276e780bd3ab7 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.h
|
| +++ b/Source/core/svg/SVGTextPositioningElement.h
|
| @@ -51,8 +51,6 @@ protected:
|
| RefPtr<SVGAnimatedLengthList> m_dx;
|
| RefPtr<SVGAnimatedLengthList> m_dy;
|
| RefPtr<SVGAnimatedNumberList> m_rotate;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextPositioningElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| inline bool isSVGTextPositioningElement(const Node& node)
|
|
|