Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp |
| diff --git a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp |
| index f01627dd799d3d804c464bf7189d58beebf54956..35c578899719db7e41e75f850532618529d4e5e5 100644 |
| --- a/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp |
| +++ b/third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp |
| @@ -61,4 +61,4 @@ void SVGMaskPainter::drawMaskForLayoutObject(GraphicsContext& context, const Lay |
| context.restore(); |
| } |
| -} |
| +} // namespace blink |