| Index: Source/core/svg/SVGClipPathElement.cpp
|
| diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp
|
| index 335a01350485ed9d290813f2942c866ade65376c..fb72b87ce8c41c536c067411724dda22b3d953de 100644
|
| --- a/Source/core/svg/SVGClipPathElement.cpp
|
| +++ b/Source/core/svg/SVGClipPathElement.cpp
|
| @@ -31,7 +31,6 @@ inline SVGClipPathElement::SVGClipPathElement(Document& document)
|
| : SVGGraphicsElement(SVGNames::clipPathTag, document)
|
| , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
|
| {
|
| - ScriptWrappable::init(this);
|
| addToPropertyMap(m_clipPathUnits);
|
| }
|
|
|
|
|