| Index: Source/core/page/PrintContext.h
|
| ===================================================================
|
| --- Source/core/page/PrintContext.h (revision 191009)
|
| +++ Source/core/page/PrintContext.h (working copy)
|
| @@ -77,7 +77,7 @@
|
| 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;
|
|
|