summaryrefslogtreecommitdiffstats
path: root/layout/base/nsDocumentViewer.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-21 16:22:51 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-21 16:22:51 +0000
commited8efdfaba9e613cc3568105acbe3ee785100333 (patch)
treee0c8f79ae2941fb190562d2aab272c759e182d78 /layout/base/nsDocumentViewer.cpp
parent5d6691e9d08dce30b461fced32ece77fd3ff1933 (diff)
downloadUXP-ed8efdfaba9e613cc3568105acbe3ee785100333.tar
UXP-ed8efdfaba9e613cc3568105acbe3ee785100333.tar.gz
UXP-ed8efdfaba9e613cc3568105acbe3ee785100333.tar.lz
UXP-ed8efdfaba9e613cc3568105acbe3ee785100333.tar.xz
UXP-ed8efdfaba9e613cc3568105acbe3ee785100333.zip
[printing] Fix build bustage with --disable-printing
Diffstat (limited to 'layout/base/nsDocumentViewer.cpp')
-rw-r--r--layout/base/nsDocumentViewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/base/nsDocumentViewer.cpp b/layout/base/nsDocumentViewer.cpp
index 8baf1a464..df0f1266d 100644
--- a/layout/base/nsDocumentViewer.cpp
+++ b/layout/base/nsDocumentViewer.cpp
@@ -544,10 +544,12 @@ nsDocumentViewer::~nsDocumentViewer()
mDocument->Destroy();
}
+#ifdef NS_PRINTING
if (mPrintEngine) {
mPrintEngine->Destroy();
mPrintEngine = nullptr;
}
+#endif
MOZ_RELEASE_ASSERT(mDestroyRefCount == 0);
NS_ASSERTION(!mPresShell && !mPresContext,