| Index: third_party/WebKit/Source/core/svg/SVGPolylineElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPolylineElement.cpp b/third_party/WebKit/Source/core/svg/SVGPolylineElement.cpp
|
| index 2feef4375835881bb9e896273fa515aa880012ce..4c7e97617c66f7a0481382351e70ef9a0d31c7cb 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPolylineElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPolylineElement.cpp
|
| @@ -36,4 +36,4 @@ Path SVGPolylineElement::asPath() const
|
| return asPathFromPoints();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|