| Index: Source/core/xml/DocumentXPathEvaluator.cpp
|
| diff --git a/Source/core/xml/DocumentXPathEvaluator.cpp b/Source/core/xml/DocumentXPathEvaluator.cpp
|
| index 4fd9be4f1ae0f3bc941055747faf1b15d1a1fde5..6f32981e40c91d2541394308a2c98e1d83e92db6 100644
|
| --- a/Source/core/xml/DocumentXPathEvaluator.cpp
|
| +++ b/Source/core/xml/DocumentXPathEvaluator.cpp
|
| @@ -73,7 +73,7 @@ PassRefPtrWillBeRawPtr<XPathResult> DocumentXPathEvaluator::evaluate(DocumentSup
|
| return suplement.m_xpathEvaluator->evaluate(expression, contextNode, resolver, type, result, exceptionState);
|
| }
|
|
|
| -void DocumentXPathEvaluator::trace(Visitor* visitor)
|
| +DEFINE_TRACE(DocumentXPathEvaluator)
|
| {
|
| visitor->trace(m_xpathEvaluator);
|
| DocumentSupplement::trace(visitor);
|
|
|