Bug 1551559. Make nsIDocShell::setIsPrinting [noscript]. r=bobowen

Differential Revision: https://phabricator.services.mozilla.com/D31078
This commit is contained in:
Jonathan Watt
2019-04-26 17:05:38 +01:00
parent 805db8d1fd
commit 65ef2b824c
2 changed files with 2 additions and 4 deletions

View File

@@ -12859,10 +12859,8 @@ nsresult nsDocShell::CharsetChangeStopDocumentLoad() {
return NS_ERROR_DOCSHELL_REQUEST_REJECTED;
}
NS_IMETHODIMP
nsDocShell::SetIsPrinting(bool aIsPrinting) {
void nsDocShell::SetIsPrinting(bool aIsPrinting) {
mIsPrintingOrPP = aIsPrinting;
return NS_OK;
}
NS_IMETHODIMP