summaryrefslogtreecommitdiffstats
path: root/toolkit/actors/PrintingChild.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/actors/PrintingChild.sys.mjs')
-rw-r--r--toolkit/actors/PrintingChild.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/actors/PrintingChild.sys.mjs b/toolkit/actors/PrintingChild.sys.mjs
index 4fca3ab403..182784cfe7 100644
--- a/toolkit/actors/PrintingChild.sys.mjs
+++ b/toolkit/actors/PrintingChild.sys.mjs
@@ -94,7 +94,7 @@ export class PrintingChild extends JSWindowActorChild {
// will wait for MozAfterPaint event to be fired.
let actor = thisWindow.windowGlobalChild.getActor("Printing");
let webProgressListener = {
- onStateChange(webProgress, req, flags, status) {
+ onStateChange(webProgress, req, flags) {
if (flags & Ci.nsIWebProgressListener.STATE_STOP) {
webProgress.removeProgressListener(webProgressListener);
let domUtils = contentWindow.windowUtils;