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