Backed out changeset 9c044551012e (bug 1705211) for causing bc test failures on browser_protocol_ask_dialog_external.js. CLOSED TREE

This commit is contained in:
Marian-Vasile Laza
2021-12-01 03:09:59 +02:00
parent f00c7a0d7e
commit 88cecf0d56
8 changed files with 8 additions and 28 deletions

View File

@@ -12765,7 +12765,7 @@ nsresult nsDocShell::OnLinkClickSync(nsIContent* aContent,
extProtService->IsExposedProtocol(scheme.get(), &isExposed);
if (NS_SUCCEEDED(rv) && !isExposed) {
return extProtService->LoadURI(aLoadState->URI(), triggeringPrincipal,
nullptr, mBrowsingContext,
mBrowsingContext,
/* aTriggeredExternally */ false);
}
}