| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index 9b426756612e76088120a6f1f5e6ba0934c58c0b..51d90f805594a1b4795cc8fdeeb13b682325af48 100644
|
| --- a/Source/core/svg/SVGTextContentElement.h
|
| +++ b/Source/core/svg/SVGTextContentElement.h
|
| @@ -82,8 +82,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_textLength;
|
| bool m_textLengthIsSpecifiedByUser;
|
| RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextContentElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| inline bool isSVGTextContentElement(const Node& node)
|
|
|