34454 ftp thread destroying nsIPrompt on the wrong thread

made nsWebShellWindow addref/release thread safe


git-svn-id: svn://10.0.0.236/trunk@65233 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com
2000-04-05 00:11:56 +00:00
parent 889af7104e
commit e18e9cd571

View File

@@ -248,8 +248,8 @@ nsWebShellWindow::~nsWebShellWindow()
PR_DestroyLock(mSPTimerLock);
}
NS_IMPL_ADDREF(nsWebShellWindow);
NS_IMPL_RELEASE(nsWebShellWindow);
NS_IMPL_THREADSAFE_ADDREF(nsWebShellWindow);
NS_IMPL_THREADSAFE_RELEASE(nsWebShellWindow);
NS_INTERFACE_MAP_BEGIN(nsWebShellWindow)
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIWebShellContainer)