| Index: Source/core/svg/SVGLinearGradientElement.h
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h
|
| index 58ad6d464d45a83bf07a64f14a21741df5008499..c615847e15938e78546ae38564dbe92198b14e67 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.h
|
| +++ b/Source/core/svg/SVGLinearGradientElement.h
|
| @@ -55,8 +55,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_y1;
|
| RefPtr<SVGAnimatedLength> m_x2;
|
| RefPtr<SVGAnimatedLength> m_y2;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGLinearGradientElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGLinearGradientElement, hasTagName(SVGNames::linearGradientTag));
|
|
|