| Index: Source/core/page/PrintContext.cpp
|
| diff --git a/Source/core/page/PrintContext.cpp b/Source/core/page/PrintContext.cpp
|
| index 3c16e134d6ebf74d3ffd5a2f90f2fa9036518c9f..f25c15f4a8bfcc7ccaa22470e6b520c7d8ad3457 100644
|
| --- a/Source/core/page/PrintContext.cpp
|
| +++ b/Source/core/page/PrintContext.cpp
|
| @@ -344,6 +344,7 @@ int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPi
|
| void PrintContext::trace(Visitor* visitor)
|
| {
|
| #if ENABLE(OILPAN)
|
| + visitor->trace(m_linkDestinations);
|
| visitor->trace(m_linkedDestinations);
|
| #endif
|
| }
|
|
|