Chromium Code Reviews| Index: third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
| diff --git a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
| index 0e26bef0816505c0b20842ca6246b13092c73058..ea274226bc7e7f38dad68f69e15fd5111bcbeee7 100644 |
| --- a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
| +++ b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
| @@ -766,5 +766,5 @@ Function* createFunction(const String& name, HeapVector<Member<Expression>>& arg |
| return function; |
| } |
| -} |
| -} |
| +} // namespace XPath |
| +} // namespace blink |