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

git-svn-id: svn://10.0.0.236/trunk@161968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-09-09 06:54:52 +00:00
parent 20536cf2b7
commit 5ec644086a
3 changed files with 7 additions and 5 deletions

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...