| Index: Source/core/svg/SVGFEGaussianBlurElement.h
|
| diff --git a/Source/core/svg/SVGFEGaussianBlurElement.h b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| index 063a644442aabaf13657af15ebbfe6e9e3aa83a1..aff2aaa8c44db6176da1fa25bf7c75d651753e6d 100644
|
| --- a/Source/core/svg/SVGFEGaussianBlurElement.h
|
| +++ b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| @@ -47,8 +47,6 @@ private:
|
|
|
| RefPtr<SVGAnimatedNumberOptionalNumber> m_stdDeviation;
|
| RefPtr<SVGAnimatedString> m_in1;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEGaussianBlurElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| } // namespace WebCore
|
|
|