Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index e8a8db71b4d4d026920048fcd602f0a1834171d1..6413b4695320d07018765c5d942c8a462e6f3177 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -482,7 +482,7 @@ public: |
m_pageRects.fill(IntRect(printRect), m_plugin->printBegin(m_printParams)); |
} |
- virtual void computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling) override |
+ virtual void computePageRectsWithPageSize(const FloatSize& pageSizeInPixels) override |
{ |
ASSERT_NOT_REACHED(); |
} |