Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index a01329d9f2d1669a7abe40dd0300e09aeadefa62..1036888b3b303a91777566cd87874543685502bd 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -66,7 +66,7 @@ public: |
private: |
SVGAnimatedTextLength(SVGTextContentElement* contextElement) |
- : SVGAnimatedLength(contextElement, SVGNames::textLengthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths) |
+ : SVGAnimatedLength(contextElement, SVGNames::textLengthAttr, SVGLength::create(SVGLengthMode::Width), ForbidNegativeLengths) |
{ |
} |
}; |