| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index ddd1552ed65134b927d39c4eb5d2d695ba96b064..488addc09cb051350958cebbea45c69cf2a294c6 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -677,10 +677,10 @@ bool WebRemoteFrameImpl::isPrintScalingDisabledForPlugin(const WebNode&)
|
| return false;
|
| }
|
|
|
| -int WebRemoteFrameImpl::getPrintCopiesForPlugin(const WebNode&)
|
| +bool WebRemoteFrameImpl::getPrintPresetOptionsForPlugin(const WebNode&, WebPrintPresetOptions*)
|
| {
|
| ASSERT_NOT_REACHED();
|
| - return 1;
|
| + return false;
|
| }
|
|
|
| bool WebRemoteFrameImpl::hasCustomPageSizeStyle(int pageIndex)
|
|
|