| Index: third_party/WebKit/Source/core/xml/XPathParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathParser.cpp b/third_party/WebKit/Source/core/xml/XPathParser.cpp
|
| index d3a4d72d495ae3b89936c929334f3d73b8b31ed5..fabfb94762f3b8eb16c8da5dc96e0f73d6dae2a6 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathParser.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathParser.cpp
|
| @@ -116,6 +116,11 @@ static bool isNodeTypeName(const String& name)
|
| return nodeTypeNames.contains(name);
|
| }
|
|
|
| +XPathNSResolver* Parser::resolver() const
|
| +{
|
| + return m_resolver;
|
| +}
|
| +
|
| // Returns whether the current token can possibly be a binary operator, given
|
| // the previous token. Necessary to disambiguate some of the operators
|
| // (* (multiply), div, and, or, mod) in the [32] Operator rule
|
|
|