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