| Index: Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index 0a1dc312db94b804082d21c5c189b487cc452164..a5dfae4b78237348f2a25a1bd563166a63bcd737 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| @@ -33,9 +33,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFESpecularLightingElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGFilterPrimitiveStandardAttributes)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGFESpecularLightingElement::SVGFESpecularLightingElement(Document& document)
|
| : SVGFilterPrimitiveStandardAttributes(SVGNames::feSpecularLightingTag, document)
|
|
|