| Index: Source/core/svg/SVGSwitchElement.cpp
|
| diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
|
| index 03ef2ad1287a0806f817f48d1da431ebccface38..99931e92dcac64b172802e1ef2b87cc558bb3bf4 100644
|
| --- a/Source/core/svg/SVGSwitchElement.cpp
|
| +++ b/Source/core/svg/SVGSwitchElement.cpp
|
| @@ -34,12 +34,11 @@ DEFINE_ANIMATED_BOOLEAN(SVGSwitchElement, SVGNames::externalResourcesRequiredAtt
|
|
|
| BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSwitchElement)
|
| 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 SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document)
|
| - : SVGStyledTransformableElement(tagName, document)
|
| + : SVGGraphicsElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::switchTag));
|
| ScriptWrappable::init(this);
|
|
|