зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1669175: Fix another null deref in beforeunload code. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D92468
This commit is contained in:
Родитель
f6c4220fae
Коммит
a20d386028
|
@ -4234,7 +4234,7 @@ mozilla::ipc::IPCResult ContentChild::RecvDispatchBeforeUnloadToSubtree(
|
|||
bool resolved = false;
|
||||
|
||||
aStartingAt->PreOrderWalk([&](dom::BrowsingContext* aBC) {
|
||||
if (aBC->IsInProcess()) {
|
||||
if (aBC->GetDocShell()) {
|
||||
nsCOMPtr<nsIContentViewer> contentViewer;
|
||||
aBC->GetDocShell()->GetContentViewer(getter_AddRefs(contentViewer));
|
||||
if (contentViewer &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче