| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index fabf5a6677f96321435d0ceb3b2e7ca5eda72124..910e47e6c46edea2f8c854686358981d1e343b4f 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -30,12 +30,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -// Animated property definitions
|
| -
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFEDropShadowElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGFilterPrimitiveStandardAttributes)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| inline SVGFEDropShadowElement::SVGFEDropShadowElement(Document& document)
|
| : SVGFilterPrimitiveStandardAttributes(SVGNames::feDropShadowTag, document)
|
| , m_dx(SVGAnimatedNumber::create(this, SVGNames::dxAttr, SVGNumber::create(2)))
|
|
|