Index: Source/web/WebRemoteFrameImpl.cpp |
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp |
index 8a00aaaa9f803a3a726ba6539b64e11182f71c48..a2645cba507959c524b6900b4dee71ced0ef81a2 100644 |
--- a/Source/web/WebRemoteFrameImpl.cpp |
+++ b/Source/web/WebRemoteFrameImpl.cpp |
@@ -643,12 +643,6 @@ bool WebRemoteFrameImpl::isPrintScalingDisabledForPlugin(const WebNode&) |
return false; |
} |
-int WebRemoteFrameImpl::getPrintCopiesForPlugin(const WebNode&) |
-{ |
- ASSERT_NOT_REACHED(); |
- return 1; |
-} |
- |
bool WebRemoteFrameImpl::hasCustomPageSizeStyle(int pageIndex) |
{ |
ASSERT_NOT_REACHED(); |