Chromium Code Reviews| Index: third_party/WebKit/Source/core/xml/XPathVariableReference.cpp |
| diff --git a/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp b/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp |
| index e12638324bfc17cd28666eab7006593cdbc403af..5b0f9af762b0510175abd536c083df69f2f05ff4 100644 |
| --- a/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp |
| +++ b/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp |
| @@ -47,5 +47,5 @@ Value VariableReference::evaluate(EvaluationContext& context) const |
| return bindings.get(m_name); |
| } |
| -} |
| -} |
| +} // namespace XPath |
| +} // namespace blink |