| Index: Source/core/xml/DocumentXPathEvaluator.h
|
| diff --git a/Source/core/xml/DocumentXPathEvaluator.h b/Source/core/xml/DocumentXPathEvaluator.h
|
| index d9da9943e041d6e9859ee621756fa03fa30f54ce..f8ef6e01f1f24841442b0e4b75ef453167bc5189 100644
|
| --- a/Source/core/xml/DocumentXPathEvaluator.h
|
| +++ b/Source/core/xml/DocumentXPathEvaluator.h
|
| @@ -46,7 +46,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<XPathNSResolver> createNSResolver(DocumentSupplementable&, Node* nodeResolver);
|
| static PassRefPtrWillBeRawPtr<XPathResult> evaluate(DocumentSupplementable&,
|
| const String& expression, Node* contextNode, PassRefPtrWillBeRawPtr<XPathNSResolver>,
|
| - unsigned short type, XPathResult*, ExceptionState&);
|
| + unsigned short type, const ScriptValue&, ExceptionState&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|