Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp |
| index 529485a1cf64a46d99686e9cf25226a1baf8ed64..5182594c195937086cc5ab7a7726cfb256ffae2f 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp |
| @@ -37,4 +37,4 @@ PassRefPtr<LightSource> SVGFEPointLightElement::lightSource(Filter* filter) cons |
| return PointLightSource::create(filter->resolve3dPoint(position())); |
| } |
| -} |
| +} // namespace blink |