From 727d4d6882339aafc86a6a7b8d8a5451997e804b Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Tue, 8 Jan 2002 20:52:30 +0000 Subject: [PATCH] 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 --- mozilla/docshell/base/nsDocShell.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 05d950096b9..1b4a128e770 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -3541,7 +3541,6 @@ nsDocShell::CreateContentViewer(const char *aContentType, nsCOMPtr loadGroup(do_GetInterface(mLoadCookie)); NS_ENSURE_TRUE(loadGroup, NS_ERROR_FAILURE); - loadGroup->SetNotificationCallbacks(NS_STATIC_CAST(nsIInterfaceRequestor *, this)); // Instantiate the content viewer object nsCOMPtr viewer;