| Index: third_party/WebKit/Source/core/svg/SVGGradientElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGradientElement.cpp b/third_party/WebKit/Source/core/svg/SVGGradientElement.cpp
|
| index 30eaaaa17ce3fb3d6585d30007a7955527a63414..8e7695312d8d6b39f32a7268821fd47341130988 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGradientElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGradientElement.cpp
|
| @@ -45,7 +45,7 @@ SVGGradientElement::SVGGradientElement(const QualifiedName& tagName, Document& d
|
| , SVGURIReference(this)
|
| , m_gradientTransform(SVGAnimatedTransformList::create(this, SVGNames::gradientTransformAttr, SVGTransformList::create()))
|
| , m_spreadMethod(SVGAnimatedEnumeration<SVGSpreadMethodType>::create(this, SVGNames::spreadMethodAttr, SVGSpreadMethodPad))
|
| - , m_gradientUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::gradientUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX))
|
| + , m_gradientUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::gradientUnitsAttr, SVGUnitTypes::kSvgUnitTypeObjectboundingbox))
|
| {
|
| addToPropertyMap(m_gradientTransform);
|
| addToPropertyMap(m_spreadMethod);
|
|
|