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; |