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