| Index: Source/WebCore/svg/SVGSymbolElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGSymbolElement.cpp b/Source/WebCore/svg/SVGSymbolElement.cpp
|
| index f2931bf19d60421bab9f08c3a28af763354a09d1..9e9ff0afd479e371dbeb155aee64f1b9842b52df 100644
|
| --- a/Source/WebCore/svg/SVGSymbolElement.cpp
|
| +++ b/Source/WebCore/svg/SVGSymbolElement.cpp
|
| @@ -46,6 +46,7 @@ inline SVGSymbolElement::SVGSymbolElement(const QualifiedName& tagName, Document
|
| : SVGStyledElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::symbolTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGSymbolElement();
|
| }
|
|
|
|
|