| Index: third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp b/third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp
|
| index 2d778fa0346b212190a11bde15b290175118b386..c91a6e07a328e723a8bc9e690a935d5e14d3bfb7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp
|
| @@ -36,8 +36,8 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitType
|
| {
|
| DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
|
| if (entries.isEmpty()) {
|
| - entries.append(std::make_pair(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE, "userSpaceOnUse"));
|
| - entries.append(std::make_pair(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX, "objectBoundingBox"));
|
| + entries.append(std::make_pair(SVGUnitTypes::kSvgUnitTypeUserspaceonuse, "userSpaceOnUse"));
|
| + entries.append(std::make_pair(SVGUnitTypes::kSvgUnitTypeObjectboundingbox, "objectBoundingBox"));
|
| }
|
| return entries;
|
| }
|
|
|