| Index: Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp
|
| index dc4f2f40456d734b0e06dae0cfd10446daf4ea32..aaefffb312627db59874df7854f6d76023bea9b9 100644
|
| --- a/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/Source/core/svg/SVGMaskElement.cpp
|
| @@ -32,9 +32,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGMaskElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGMaskElement::SVGMaskElement(Document& document)
|
| : SVGElement(SVGNames::maskTag, document)
|
|
|