| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| index a2bcf36c9341e92edaf38a8a78c565999b2bffdf..5e1703f8eddd91ef701ac1ad71fff75129f4acf4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| @@ -143,4 +143,4 @@ bool LayoutSVGRect::definitelyHasSimpleStroke() const
|
| && svgStyle.strokeMiterLimit() >= 1.5;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|