Loading dom/ipc/ContentParent.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6803,7 +6803,7 @@ mozilla::ipc::IPCResult ContentParent::RecvAdjustWindowFocus( CanonicalBrowsingContext* canonicalParent = parent->Canonical(); ContentParent* cp = cpm->GetContentProcessById( ContentParentId(canonicalParent->OwnerProcessId())); if (!processes.Get(cp)) { if (cp && !processes.Get(cp)) { Unused << cp->SendAdjustWindowFocus(context, aIsVisible, aActionId); processes.InsertOrUpdate(cp, true); } Loading Loading
dom/ipc/ContentParent.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6803,7 +6803,7 @@ mozilla::ipc::IPCResult ContentParent::RecvAdjustWindowFocus( CanonicalBrowsingContext* canonicalParent = parent->Canonical(); ContentParent* cp = cpm->GetContentProcessById( ContentParentId(canonicalParent->OwnerProcessId())); if (!processes.Get(cp)) { if (cp && !processes.Get(cp)) { Unused << cp->SendAdjustWindowFocus(context, aIsVisible, aActionId); processes.InsertOrUpdate(cp, true); } Loading