| Index: Source/core/dom/DocumentMarkerController.h
|
| diff --git a/Source/core/dom/DocumentMarkerController.h b/Source/core/dom/DocumentMarkerController.h
|
| index 1c8a47def5256cd8f18c4d028d76e3839e3604b2..f6f43f7757f2a8026a2bc12ca368a809832172e1 100644
|
| --- a/Source/core/dom/DocumentMarkerController.h
|
| +++ b/Source/core/dom/DocumentMarkerController.h
|
| @@ -91,7 +91,7 @@ public:
|
| DocumentMarkerVector markers();
|
| Vector<IntRect> renderedRectsForMarkers(DocumentMarker::MarkerType);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| #ifndef NDEBUG
|
| void showMarkers() const;
|
|
|