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 |