| Index: third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| index 6c7bcfada2dea4fc1eafc0f4329f928a207586e6..238b63c1ac1e4dd2e8e5bc7083c04fdf5b8afd9a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| @@ -169,7 +169,8 @@ void SVGLengthList::calculateAnimatedValue(
|
| }
|
|
|
| float SVGLengthList::calculateDistance(SVGPropertyBase* to, SVGElement*) {
|
| - // FIXME: Distance calculation is not possible for SVGLengthList right now. We need the distance for every single value.
|
| + // FIXME: Distance calculation is not possible for SVGLengthList right now. We
|
| + // need the distance for every single value.
|
| return -1;
|
| }
|
| } // namespace blink
|
|
|