| 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 375a3ebef4043a896e0ecbd8ae399280f59f2b0e..1ec97601ad75e437989dcb98ee50e628411f89ea 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathStep.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathStep.cpp
|
| @@ -387,7 +387,8 @@ void Step::nodesInAxis(EvaluationContext& evaluationContext,
|
| nodeTest().data() != starAtom) {
|
| Attr* attr = contextElement->getAttributeNodeNS(
|
| nodeTest().namespaceURI(), nodeTest().data());
|
| - // In XPath land, namespace nodes are not accessible on the attribute axis.
|
| + // In XPath land, namespace nodes are not accessible on the attribute
|
| + // axis.
|
| if (attr && attr->namespaceURI() != XMLNSNames::xmlnsNamespaceURI) {
|
| // Still need to check merged predicates.
|
| if (nodeMatches(evaluationContext, attr, AttributeAxis, nodeTest()))
|
|
|