зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1660213 - Fixed an used variable error in nsDocumentViewer::GetCurrentSheetFrameAndPageNumber. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D87806
This commit is contained in:
Родитель
0c5b98d077
Коммит
d19326f840
|
@ -3432,6 +3432,7 @@ nsDocumentViewer::GetCurrentSheetFrameAndPageNumber() const {
|
|||
|
||||
// in PP mPrtPreview->mPrintObject->mSeqFrame is null
|
||||
auto [seqFrame, pageCount] = mPrintJob->GetSeqFrameAndCountPages();
|
||||
Unused << pageCount;
|
||||
if (!seqFrame) {
|
||||
return {nullptr, 0};
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче