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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user