| Index: Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp
|
| index 1f730c646b4985e672d8989fd561511321b61eb7..35551942f9e4a2638f5810646e8b2b5485ff845b 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -33,9 +33,6 @@ namespace WebCore {
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGGraphicsElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
|
| : SVGElement(tagName, document, constructionType)
|
|
|