| Index: Source/core/svg/SVGDefsElement.cpp | 
| diff --git a/Source/core/svg/SVGDefsElement.cpp b/Source/core/svg/SVGDefsElement.cpp | 
| index 9691068bc7103e101f0ce3b94b390d10aeb0604e..599268761939286db8de2c7e0482e0432b796c1f 100644 | 
| --- a/Source/core/svg/SVGDefsElement.cpp | 
| +++ b/Source/core/svg/SVGDefsElement.cpp | 
| @@ -32,12 +32,11 @@ DEFINE_ANIMATED_BOOLEAN(SVGDefsElement, SVGNames::externalResourcesRequiredAttr, | 
|  | 
| BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGDefsElement) | 
| REGISTER_LOCAL_ANIMATED_PROPERTY(externalResourcesRequired) | 
| -    REGISTER_PARENT_ANIMATED_PROPERTIES(SVGStyledTransformableElement) | 
| -    REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTests) | 
| +    REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement) | 
| END_REGISTER_ANIMATED_PROPERTIES | 
|  | 
| inline SVGDefsElement::SVGDefsElement(const QualifiedName& tagName, Document* document) | 
| -    : SVGStyledTransformableElement(tagName, document) | 
| +    : SVGGraphicsElement(tagName, document) | 
| { | 
| ASSERT(hasTagName(SVGNames::defsTag)); | 
| ScriptWrappable::init(this); | 
|  |