Merge pull request #15268 from calixteman/bug1777693

Fix a typo in firefox print service (bug 1777693)
This commit is contained in:
calixteman 2022-08-03 18:02:18 +02:00 committed by GitHub
commit 8bad06f158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ function FirefoxPrintService(
this._printResolution = printResolution || 150;
this._optionalContentConfigPromise =
optionalContentConfigPromise || pdfDocument.getOptionalContentConfig();
this._optionalContentConfigPromise =
this._printAnnotationStoragePromise =
printAnnotationStoragePromise || Promise.resolve();
}