Chromium Code Reviews| Index: third_party/WebKit/Source/core/xml/XPathStep.cpp |
| diff --git a/third_party/WebKit/Source/core/xml/XPathStep.cpp b/third_party/WebKit/Source/core/xml/XPathStep.cpp |
| index 585800fc4a066bece27d177a9b974f0626010eaa..043fc3b1f80d86911d42c308d1b83ad7a83a2afb 100644 |
| --- a/third_party/WebKit/Source/core/xml/XPathStep.cpp |
| +++ b/third_party/WebKit/Source/core/xml/XPathStep.cpp |
| @@ -432,6 +432,6 @@ void Step::nodesInAxis(EvaluationContext& evaluationContext, Node* context, Node |
| ASSERT_NOT_REACHED(); |
| } |
| -} |
| +} // namespace XPath |
| -} |
| +} // namespace blink |