Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp |
index 64006b248cb5930377be202cbd34eed2016daf98..a15610558d009bf4ecb53936b755034a89652cd6 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp |
@@ -129,4 +129,4 @@ bool LayoutSVGEllipse::hasContinuousStroke() const |
return svgStyle.strokeDashArray()->isEmpty(); |
} |
-} |
+} // namespace blink |