| Index: Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp
|
| index 49921bc61d279959b865a818d4436ecf454c04ef..7770482b652a36c7ffc856c17f1cc35f980fe106 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -32,12 +32,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)
|
| , SVGTests(this)
|
|
|