Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@145205 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2003-07-25 19:06:59 +00:00
parent 9fcd880d35
commit df747d0621
86 changed files with 140 additions and 143 deletions

View File

@@ -7077,7 +7077,7 @@ nsDocShellFocusController::ClosingDown(nsIDocShell* aDocShell)
nsDocShell::InterfaceRequestorProxy::InterfaceRequestorProxy(nsIInterfaceRequestor* p)
{
if (p) {
mWeakPtr = getter_AddRefs(NS_GetWeakReference(p));
mWeakPtr = do_GetWeakReference(p);
}
}