fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz

This commit is contained in:
darin@meer.net
2004-09-09 06:54:52 +00:00
parent c57942dc11
commit 88dee35bec
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -4543,7 +4543,8 @@ nsDocShell::CreateContentViewer(const char *aContentType,
loadGroup->AddRequest(request, nsnull);
if (currentLoadGroup)
currentLoadGroup->RemoveRequest(request, nsnull, NS_OK);
currentLoadGroup->RemoveRequest(request, nsnull,
NS_BINDING_RETARGETED);
// Update the notification callbacks, so that progress and
// status information are sent to the right docshell...