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

Unified Diff: third_party/WebKit/Source/core/xml/XPathUtil.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/XPathUtil.h
diff --git a/third_party/WebKit/Source/core/xml/XPathUtil.h b/third_party/WebKit/Source/core/xml/XPathUtil.h
index 4ae65216a564fae69a5a7fe14d3443d2cd1e8503..db1aba7d3dd36bc63bb3f4e7ff12f157af855688 100644
--- a/third_party/WebKit/Source/core/xml/XPathUtil.h
+++ b/third_party/WebKit/Source/core/xml/XPathUtil.h
@@ -38,7 +38,8 @@ namespace XPath {
// @return whether the given node is the root node
bool isRootDomNode(Node*);
-// @return the 'string-value' of the given node as specified by http://www.w3.org/TR/xpath
+// @return the 'string-value' of the given node as specified by
+// http://www.w3.org/TR/xpath
String stringValue(Node*);
// @return whether the given node is a valid context node

Powered by Google App Engine
This is Rietveld 408576698