| Index: third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| index a060164bdf93edf49b266a623c4de2147a7217d9..0b96cbe6cd2978cd91532bcf380d9081aaa0e6f4 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| @@ -88,4 +88,4 @@ LayoutObject* SVGGeometryElement::createLayoutObject(const ComputedStyle&)
|
| return new LayoutSVGPath(this);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|