| Index: third_party/WebKit/Source/core/xml/XPathResult.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathResult.cpp b/third_party/WebKit/Source/core/xml/XPathResult.cpp
|
| index 9263b9c18227efc9afe26132f4a2ff3af621cefb..57baf166fbc52a1642280d52c33f8ceca00c782f 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathResult.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathResult.cpp
|
| @@ -43,7 +43,7 @@ XPathResult::XPathResult(EvaluationContext& context, const Value& value)
|
| , m_nodeSetPosition(0)
|
| , m_domTreeVersion(0)
|
| {
|
| - switch (m_value.type()) {
|
| + switch (m_value.getType()) {
|
| case Value::BooleanValue:
|
| m_resultType = BOOLEAN_TYPE;
|
| return;
|
|
|