| Index: Source/core/page/PrintContext.cpp | 
| diff --git a/Source/core/page/PrintContext.cpp b/Source/core/page/PrintContext.cpp | 
| index 6e0333f326d61f640d57d1b07cf788149c951f11..03fb87e13b9b9caf9de253d8193e3cd6c944796b 100644 | 
| --- a/Source/core/page/PrintContext.cpp | 
| +++ b/Source/core/page/PrintContext.cpp | 
| @@ -381,7 +381,9 @@ void PrintContext::spoolAllPagesWithBoundaries(LocalFrame* frame, GraphicsContex | 
|  | 
| void PrintContext::trace(Visitor* visitor) | 
| { | 
| +#if ENABLE(OILPAN) | 
| visitor->trace(m_linkedDestinations); | 
| +#endif | 
| } | 
|  | 
| } | 
|  |