| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index 84427114eab1c66093d5364b9ad61aa8bcfee6f2..5543806988d7b94de4cbed4e90b177aae2d1d8c8 100644
|
| --- a/Source/core/svg/SVGTextPathElement.h
|
| +++ b/Source/core/svg/SVGTextPathElement.h
|
| @@ -83,8 +83,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_startOffset;
|
| RefPtr<SVGAnimatedEnumeration<SVGTextPathMethodType> > m_method;
|
| RefPtr<SVGAnimatedEnumeration<SVGTextPathSpacingType> > m_spacing;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextPathElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGTextPathElement, hasTagName(SVGNames::textPathTag));
|
|
|