| Index: Source/WebCore/svg/SVGCircleElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGCircleElement.cpp b/Source/WebCore/svg/SVGCircleElement.cpp
|
| index 7ee847eb06a3a4af07b2038caf84de01dc8f3b7b..0ff02e301e7059d28346ae82c862d86bece7eef6 100644
|
| --- a/Source/WebCore/svg/SVGCircleElement.cpp
|
| +++ b/Source/WebCore/svg/SVGCircleElement.cpp
|
| @@ -58,6 +58,7 @@ inline SVGCircleElement::SVGCircleElement(const QualifiedName& tagName, Document
|
| , m_r(LengthModeOther)
|
| {
|
| ASSERT(hasTagName(SVGNames::circleTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGCircleElement();
|
| }
|
|
|
|
|