mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 18:30:16 +00:00
#402: M1356755
This commit is contained in:
parent
c1a5c64e78
commit
d16728f384
@ -9411,7 +9411,9 @@ void
|
||||
nsGlobalWindow::SetActive(bool aActive)
|
||||
{
|
||||
nsPIDOMWindow::SetActive(aActive);
|
||||
NotifyDocumentTree(mDoc, nullptr);
|
||||
if (mDoc) {
|
||||
NotifyDocumentTree(mDoc, nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
void nsGlobalWindow::SetIsBackground(bool aIsBackground)
|
||||
|
Loading…
x
Reference in New Issue
Block a user