| Index: Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
|
| index 242a7f87ed71800b08856a115670410410957d2b..9153a2f8fb72ad23776976676f8efb295c936bb8 100644
|
| --- a/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/Source/core/svg/SVGPatternElement.cpp
|
| @@ -32,11 +32,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -// Animated property definitions
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGPatternElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| inline SVGPatternElement::SVGPatternElement(Document& document)
|
| : SVGElement(SVGNames::patternTag, document)
|
| , SVGURIReference(this)
|
|
|