| Index: Source/core/svg/SVGFEDiffuseLightingElement.h
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| index 88202065369278d514cb5eec7a85fbd9d8b723c5..99448baf369ede4a1deff5fd5815dbbe575d88e7 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| @@ -56,8 +56,6 @@ private:
|
| RefPtr<SVGAnimatedNumber> m_surfaceScale;
|
| RefPtr<SVGAnimatedNumberOptionalNumber> m_kernelUnitLength;
|
| RefPtr<SVGAnimatedString> m_in1;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEDiffuseLightingElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGFEDiffuseLightingElement, hasTagName(SVGNames::feDiffuseLightingTag));
|
|
|