| 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 0a48ca053cc3b0e5aec86a6287dd63bb87c24be2..fed038575bf6f775bdba83a56fb23fb3bca43017 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -49,7 +49,8 @@ getStaticStringEntries<SVGLengthAdjustType>() {
|
| }
|
|
|
| // SVGTextContentElement's 'textLength' attribute needs special handling.
|
| -// It should return getComputedTextLength() when textLength is not specified manually.
|
| +// It should return getComputedTextLength() when textLength is not specified
|
| +// manually.
|
| class SVGAnimatedTextLength final : public SVGAnimatedLength {
|
| public:
|
| static SVGAnimatedTextLength* create(SVGTextContentElement* contextElement) {
|
|
|