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

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

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.h
diff --git a/third_party/WebKit/Source/core/xml/XPathStep.h b/third_party/WebKit/Source/core/xml/XPathStep.h
index f5f5f9f52ace4af82544fbfc06455f461c2c5bab..1af0794d4e289e73c4b77dce9121dc88bcdbaa88 100644
--- a/third_party/WebKit/Source/core/xml/XPathStep.h
+++ b/third_party/WebKit/Source/core/xml/XPathStep.h
@@ -103,7 +103,8 @@ class Step final : public ParseNode {
AtomicString m_data;
AtomicString m_namespaceURI;
- // When possible, we merge some or all predicates with node test for better performance.
+ // When possible, we merge some or all predicates with node test for better
+ // performance.
HeapVector<Member<Predicate>> m_mergedPredicates;
};

Powered by Google App Engine
This is Rietveld 408576698