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