| Index: Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp
|
| index dc4f2f40456d734b0e06dae0cfd10446daf4ea32..f53976fc8f22846605d51c4a2a697f8f8cd599ef 100644
|
| --- a/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/Source/core/svg/SVGMaskElement.cpp
|
| @@ -30,12 +30,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)
|
| , SVGTests(this)
|
|
|