| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| index 13c1283d25a129a78ef19ffb3ef1eb35f79a80c9..3844d5348d192c44bd71d0289d4e21213081dd8b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -59,7 +59,7 @@ public:
|
| {
|
| SVGTextContentElement* textContentElement = toSVGTextContentElement(contextElement());
|
| if (!textContentElement->textLengthIsSpecifiedByUser())
|
| - baseValue()->newValueSpecifiedUnits(LengthTypeNumber, textContentElement->getComputedTextLength());
|
| + baseValue()->newValueSpecifiedUnits(CSSPrimitiveValue::UnitType::Number, textContentElement->getComputedTextLength());
|
|
|
| return SVGAnimatedLength::baseVal();
|
| }
|
|
|