| Index: Source/WebCore/svg/SVGMPathElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGMPathElement.cpp b/Source/WebCore/svg/SVGMPathElement.cpp
|
| index 8d0f14c5b678a3e08e42943e5b44cc5bc63f171e..9003c37fd56f9b237881f02c95997e056ee8a175 100644
|
| --- a/Source/WebCore/svg/SVGMPathElement.cpp
|
| +++ b/Source/WebCore/svg/SVGMPathElement.cpp
|
| @@ -42,6 +42,7 @@ inline SVGMPathElement::SVGMPathElement(const QualifiedName& tagName, Document*
|
| : SVGElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::mpathTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGMPathElement();
|
| }
|
|
|
|
|