| Index: Source/core/page/PrintContext.h
|
| diff --git a/Source/core/page/PrintContext.h b/Source/core/page/PrintContext.h
|
| index c51446ec5ac82345f98ead50b8c6423cf7adc014..56c36de555bba8dab303e01aab3bc3ed4112651b 100644
|
| --- a/Source/core/page/PrintContext.h
|
| +++ b/Source/core/page/PrintContext.h
|
| @@ -77,7 +77,7 @@ public:
|
| virtual void trace(Visitor*);
|
|
|
| protected:
|
| - void outputLinkAndLinkedDestinations(GraphicsContext&, Node*, const IntRect& pageRect);
|
| + void outputLinkAndLinkedDestinations(GraphicsContext&, const IntRect& pageRect);
|
|
|
| RawPtrWillBeMember<LocalFrame> m_frame;
|
| Vector<IntRect> m_pageRects;
|
|
|