| Index: third_party/WebKit/Source/core/xml/XPathValue.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathValue.h b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| index 78ac0c0886b73104195073b193875dccffc2f33c..28b59d1bf192752704a8fafd04507e41a13162e1 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathValue.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| @@ -79,7 +79,7 @@ public:
|
| static const struct AdoptTag { } adopt;
|
| Value(NodeSet* value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) { }
|
|
|
| - Type type() const { return m_type; }
|
| + Type getType() const { return m_type; }
|
|
|
| bool isNodeSet() const { return m_type == NodeSetValue; }
|
| bool isBoolean() const { return m_type == BooleanValue; }
|
|
|