| Index: Source/core/xml/DocumentXSLT.cpp
|
| diff --git a/Source/core/xml/DocumentXSLT.cpp b/Source/core/xml/DocumentXSLT.cpp
|
| index b00f2482b56010866f2d0ae932102ce810d82d1a..6495c166356bcaffb0e47af79564daba934230d1 100644
|
| --- a/Source/core/xml/DocumentXSLT.cpp
|
| +++ b/Source/core/xml/DocumentXSLT.cpp
|
| @@ -196,7 +196,7 @@ DocumentXSLT& DocumentXSLT::from(DocumentSupplementable& document)
|
| return *supplement;
|
| }
|
|
|
| -void DocumentXSLT::trace(Visitor* visitor)
|
| +DEFINE_TRACE(DocumentXSLT)
|
| {
|
| visitor->trace(m_transformSourceDocument);
|
| DocumentSupplement::trace(visitor);
|
|
|