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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user