This commit is contained in:
dougt@netscape.com
2002-09-07 17:13:19 +00:00
parent 4b4d9c802e
commit 46ce738546
824 changed files with 1051 additions and 1036 deletions

View File

@@ -220,7 +220,7 @@ nsDocShell::nsDocShell():
mTreeOwner(nsnull),
mChromeEventHandler(nsnull)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
#ifdef PR_LOGGING
if (! gDocShellLog)
gDocShellLog = PR_NewLogModule("nsDocShell");
@@ -6565,7 +6565,7 @@ nsDocShell::IsBeingDestroyed(PRBool *aDoomed)
nsRefreshTimer::nsRefreshTimer():mRepeat(PR_FALSE), mDelay(0),
mMetaRefresh(PR_FALSE)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
}
nsRefreshTimer::~nsRefreshTimer()
@@ -6677,7 +6677,7 @@ nsDocShellFocusController::ClosingDown(nsIDocShell* aDocShell)
//*****************************************************************************
nsDocShell::InterfaceRequestorProxy::InterfaceRequestorProxy(nsIInterfaceRequestor* p)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
if (p) {
mWeakPtr = getter_AddRefs(NS_GetWeakReference(p));
}