Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
| index 93cc068a2d4e5f0988b56cdb8f44ba5ba7b3f242..2e62f58267c8ee19fdfe308b842866dd5049d36e 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
| @@ -227,4 +227,4 @@ PassRefPtrWillBeRawPtr<SVGRectTearOff> SVGGraphicsElement::getBBoxFromJavascript |
| return SVGRectTearOff::create(SVGRect::create(getBBox()), 0, PropertyIsNotAnimVal); |
| } |
| -} |
| +} // namespace blink |