| Index: third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
|
| index 6f77ec49f51448108998b86168a293863fcf4205..5b79c0c4b6ca43b14a3d4a9ab81f5f7a6585d19c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
|
| @@ -27,7 +27,7 @@ namespace blink {
|
|
|
| inline SVGClipPathElement::SVGClipPathElement(Document& document)
|
| : SVGGraphicsElement(SVGNames::clipPathTag, document)
|
| - , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
|
| + , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::kSvgUnitTypeUserspaceonuse))
|
| {
|
| addToPropertyMap(m_clipPathUnits);
|
| }
|
|
|