| Index: third_party/WebKit/Source/core/svg/SVGDefsElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDefsElement.cpp b/third_party/WebKit/Source/core/svg/SVGDefsElement.cpp
|
| index 31e6c02c2786e63c67783c89976c4c6e78f67df8..389f700d56c31ac11663f5cfb925e27185a82016 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDefsElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDefsElement.cpp
|
| @@ -37,4 +37,4 @@ LayoutObject* SVGDefsElement::createLayoutObject(const ComputedStyle&)
|
| return new LayoutSVGHiddenContainer(this);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|