| Index: Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
|
| index f8cb010227b0fdbc4c012a0a1567ca7d7941c935..f8517101d3f0a391199403cc5b815ae0586d5c82 100644
|
| --- a/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/Source/core/svg/SVGPatternElement.cpp
|
| @@ -44,8 +44,6 @@ inline SVGPatternElement::SVGPatternElement(Document& document)
|
| , m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX))
|
| , m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
| addToPropertyMap(m_width);
|
| @@ -217,4 +215,4 @@ bool SVGPatternElement::selfHasRelativeLengths() const
|
| || m_height->currentValue()->isRelative();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|