fixes bug 54349 "stylesheet do not load when in another HTTP auth realm (sometimes)"

patch=badami@netscape.com
r/sr=darin,rpotts


git-svn-id: svn://10.0.0.236/trunk@111550 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-01-08 05:18:08 +00:00
parent 12b1cb7058
commit 86d0fabf89
2 changed files with 14 additions and 3 deletions

View File

@@ -3525,6 +3525,7 @@ nsDocShell::CreateContentViewer(const char *aContentType,
nsCOMPtr<nsILoadGroup> loadGroup(do_GetInterface(mLoadCookie));
NS_ENSURE_TRUE(loadGroup, NS_ERROR_FAILURE);
loadGroup->SetNotificationCallbacks(NS_STATIC_CAST(nsIInterfaceRequestor *, this));
// Instantiate the content viewer object
nsCOMPtr<nsIContentViewer> viewer;