Backed out changeset 89dd5f05ca91 (bug 1678255) for causing assertion failures in BasePrincipal.cpp CLOSED TREE
This commit is contained in:
@@ -12766,8 +12766,7 @@ nsresult nsDocShell::OnLinkClickSync(nsIContent* aContent,
|
||||
extProtService->IsExposedProtocol(scheme.get(), &isExposed);
|
||||
if (NS_SUCCEEDED(rv) && !isExposed) {
|
||||
return extProtService->LoadURI(aLoadState->URI(), triggeringPrincipal,
|
||||
mBrowsingContext,
|
||||
/* aTriggeredExternally */ false);
|
||||
mBrowsingContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user