| Index: Source/core/dom/DocumentMarkerController.cpp
|
| diff --git a/Source/core/dom/DocumentMarkerController.cpp b/Source/core/dom/DocumentMarkerController.cpp
|
| index 765c68642b2f0bda486de369be4e50919015bf47..c531e10ce80c0494224d6ba9698b85ce52443493 100644
|
| --- a/Source/core/dom/DocumentMarkerController.cpp
|
| +++ b/Source/core/dom/DocumentMarkerController.cpp
|
| @@ -486,7 +486,7 @@ Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker
|
| return result;
|
| }
|
|
|
| -void DocumentMarkerController::trace(Visitor* visitor)
|
| +DEFINE_TRACE(DocumentMarkerController)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_markers);
|
|
|