mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
1a8a524849
485 changed files with 1462 additions and 353140 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue