| Index: Source/core/xml/XPathExpression.h
 | 
| diff --git a/Source/core/xml/XPathExpression.h b/Source/core/xml/XPathExpression.h
 | 
| index 0dd6cf1cb89a170a83fe90723e132db631250a3c..90869e2aba9e4636845febe485ba0f2034c97e37 100644
 | 
| --- a/Source/core/xml/XPathExpression.h
 | 
| +++ b/Source/core/xml/XPathExpression.h
 | 
| @@ -37,6 +37,7 @@ namespace blink {
 | 
|  
 | 
|  class ExceptionState;
 | 
|  class Node;
 | 
| +class ScriptValue;
 | 
|  class XPathNSResolver;
 | 
|  class XPathResult;
 | 
|  
 | 
| @@ -54,7 +55,7 @@ public:
 | 
|      }
 | 
|  
 | 
|      static PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
 | 
| -    PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState&);
 | 
| +    PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, const ScriptValue&, ExceptionState&);
 | 
|  
 | 
|      DECLARE_TRACE();
 | 
|  
 | 
| 
 |