| Index: Source/core/xml/XPathEvaluator.cpp
|
| diff --git a/Source/core/xml/XPathEvaluator.cpp b/Source/core/xml/XPathEvaluator.cpp
|
| index dd666b6e44a73b2a7179f9ff2a93419e7cfedff9..8c2d6f53698c2cbef96b3a5d076a30e09a42f75c 100644
|
| --- a/Source/core/xml/XPathEvaluator.cpp
|
| +++ b/Source/core/xml/XPathEvaluator.cpp
|
| @@ -39,8 +39,6 @@ namespace WebCore {
|
|
|
| using namespace XPath;
|
|
|
| -DEFINE_GC_INFO(XPathEvaluator);
|
| -
|
| PassRefPtrWillBeRawPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState)
|
| {
|
| return XPathExpression::createExpression(expression, resolver, exceptionState);
|
|
|