| Index: Source/WebCore/svg/SVGClipPathElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGClipPathElement.cpp b/Source/WebCore/svg/SVGClipPathElement.cpp
|
| index 9d38c37d8ff72bac75d8456188b55bf9e978fe7a..766c3566e3dd509aceb48fce5cee0288174d48ca 100644
|
| --- a/Source/WebCore/svg/SVGClipPathElement.cpp
|
| +++ b/Source/WebCore/svg/SVGClipPathElement.cpp
|
| @@ -50,6 +50,7 @@ inline SVGClipPathElement::SVGClipPathElement(const QualifiedName& tagName, Docu
|
| , m_clipPathUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)
|
| {
|
| ASSERT(hasTagName(SVGNames::clipPathTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGClipPathElement();
|
| }
|
|
|
|
|