Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: third_party/WebKit/Source/core/xml/XPathStep.cpp

Issue 2389883005: reflow comments in core/xml* (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()))

Powered by Google App Engine
This is Rietveld 408576698