| Index: Source/WebCore/svg/SVGUseElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGUseElement.cpp b/Source/WebCore/svg/SVGUseElement.cpp
|
| index e331a95ae6d381b073705b5361d70e585bd0ca9f..0d6782ec6c2d09917f9c2f0c3514a0b1f134a058 100644
|
| --- a/Source/WebCore/svg/SVGUseElement.cpp
|
| +++ b/Source/WebCore/svg/SVGUseElement.cpp
|
| @@ -96,6 +96,7 @@ inline SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* docu
|
| {
|
| ASSERT(hasCustomStyleCallbacks());
|
| ASSERT(hasTagName(SVGNames::useTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGUseElement();
|
| }
|
|
|
|
|