backing out the part of the patch for bug 54349 that caused the leak

regression bug 118726.


git-svn-id: svn://10.0.0.236/trunk@111591 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-01-08 20:52:30 +00:00
parent 5d66f7f370
commit 727d4d6882

View File

@@ -3541,7 +3541,6 @@ 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;