| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index c3b3367bd5be38a151baa92377bdda2a98d90751..497f83b0d6f6d31ba5f0a3315accbb0313b9aac3 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -59,8 +59,6 @@ private:
|
| RefPtr<SVGAnimatedNumber> m_surfaceScale;
|
| RefPtr<SVGAnimatedNumberOptionalNumber> m_kernelUnitLength;
|
| RefPtr<SVGAnimatedString> m_in1;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFESpecularLightingElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGFESpecularLightingElement, hasTagName(SVGNames::feSpecularLightingTag));
|
|
|