Index: Source/core/page/PrintContext.cpp |
diff --git a/Source/core/page/PrintContext.cpp b/Source/core/page/PrintContext.cpp |
index 32ef68ec5f8c979719137a46b42f9c7de4680171..f70afdae2c88d2d881713129b6568dc905dffb40 100644 |
--- a/Source/core/page/PrintContext.cpp |
+++ b/Source/core/page/PrintContext.cpp |
@@ -339,7 +339,7 @@ int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPi |
return printContext.pageCount(); |
} |
-void PrintContext::trace(Visitor* visitor) |
+DEFINE_TRACE(PrintContext) |
{ |
#if ENABLE(OILPAN) |
visitor->trace(m_frame); |