| 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 70b574eb96690137edc3592875d14b5abdf3031f..e749fef500577af8bd8b2261b27411c8ddb9743c 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathExpression.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathExpression.cpp
|
| @@ -76,7 +76,7 @@ XPathResult* XPathExpression::evaluate(Node* contextNode, unsigned short type, c
|
| return nullptr;
|
| }
|
|
|
| - if (type != XPathResult::ANY_TYPE) {
|
| + if (type != XPathResult::kAnyType) {
|
| result->convertTo(type, exceptionState);
|
| if (exceptionState.hadException())
|
| return nullptr;
|
|
|