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

Unified Diff: third_party/WebKit/Source/core/xml/XPathExpression.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/XPathExpression.cpp
diff --git a/third_party/WebKit/Source/core/xml/XPathExpression.cpp b/third_party/WebKit/Source/core/xml/XPathExpression.cpp
index 3120527844b0521dbaff1f2c6472022c190150fc..5ced4e727958e77974f533b667dd96da01f4fce8 100644
--- a/third_party/WebKit/Source/core/xml/XPathExpression.cpp
+++ b/third_party/WebKit/Source/core/xml/XPathExpression.cpp
@@ -76,7 +76,8 @@ XPathResult* XPathExpression::evaluate(Node* contextNode,
evaluationContext, m_topExpression->evaluate(evaluationContext));
if (evaluationContext.hadTypeConversionError) {
- // It is not specified what to do if type conversion fails while evaluating an expression.
+ // It is not specified what to do if type conversion fails while evaluating
+ // an expression.
exceptionState.throwDOMException(
SyntaxError, "Type conversion failed while evaluating the expression.");
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698