Bug 1276518: Make PRemotePrintJob argument for ShowProgress nullable. r=jimm

MozReview-Commit-ID: 7eDZi8suxMK

--HG--
extra : rebase_source : 86dabd67a3c79516d3c4c5c93c7ee1d183b2f61e
This commit is contained in:
Bob Owen 2016-05-29 20:03:08 +01:00
parent 76b1ff2552
commit 300192dd6b

View File

@ -23,7 +23,7 @@ sync protocol PPrinting
parent:
sync ShowProgress(PBrowser browser,
PPrintProgressDialog printProgressDialog,
PRemotePrintJob remotePrintJob,
nullable PRemotePrintJob remotePrintJob,
bool isForPrinting)
returns(bool notifyOnOpen,
nsresult rv);