| Index: Source/core/xml/XPathEvaluator.h | 
| diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h | 
| index b0ac14c90afe77bb99dd0fd6d1b03787aac7aea1..7d4bab1bf19e4034e1169235fa7b9ecbbdefcb1e 100644 | 
| --- a/Source/core/xml/XPathEvaluator.h | 
| +++ b/Source/core/xml/XPathEvaluator.h | 
| @@ -54,7 +54,7 @@ public: | 
| PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode, | 
| PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&); | 
|  | 
| -    void trace(Visitor*) { } | 
| +    DEFINE_INLINE_TRACE() { } | 
|  | 
| private: | 
| XPathEvaluator() { } | 
|  |