Index: Source/WebCore/svg/SVGStyledElement.cpp |
diff --git a/Source/WebCore/svg/SVGStyledElement.cpp b/Source/WebCore/svg/SVGStyledElement.cpp |
index f15d58035c81dd40774b6bafde8b6b7194645460..f873411afd8ae1339b0c5098b3a281e759ce0fe6 100644 |
--- a/Source/WebCore/svg/SVGStyledElement.cpp |
+++ b/Source/WebCore/svg/SVGStyledElement.cpp |
@@ -72,6 +72,7 @@ void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, CSSPropertyID>* proper |
SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType) |
: SVGElement(tagName, document, constructionType) |
{ |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGStyledElement(); |
} |