mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 553924 - Crash [@ nsDocumentViewer.cpp], r=jlebar
This commit is contained in:
parent
96f599dff1
commit
01a9ced651
@ -1086,7 +1086,7 @@ DocumentViewerImpl::LoadComplete(nsresult aStatus)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!mStopped) {
|
||||
if (!mStopped && window) {
|
||||
window->DispatchSyncPopState();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user