Chromium Code Reviews| 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 27134ab72ec8f5700ec34f0969bde5351e770e25..40f422a5e60412b20afc27c739ccd99b158b2570 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp |
| @@ -168,4 +168,4 @@ float SVGLengthList::calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> t |
| // FIXME: Distance calculation is not possible for SVGLengthList right now. We need the distance for every single value. |
| return -1; |
| } |
| -} |
| +} // namespace blink |