change other assignment of nsIDOMWindow in case that's the problem

This commit is contained in:
bienvenu%netscape.com 1999-08-04 19:47:42 +00:00
Родитель ed1fa29e08
Коммит f84d6ef70c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -60,8 +60,9 @@ nsMsgStatusFeedback::OnStartDocumentLoad(nsIDocumentLoader* aLoader, nsIURI* aUR
if (mWindow) if (mWindow)
{ {
nsIDOMWindow *aWindow = mWindow;
nsCOMPtr<nsIScriptGlobalObject> nsCOMPtr<nsIScriptGlobalObject>
globalScript(do_QueryInterface(mWindow)); globalScript(do_QueryInterface(aWindow));
nsCOMPtr<nsIWebShell> webshell, rootWebshell; nsCOMPtr<nsIWebShell> webshell, rootWebshell;
if (globalScript) if (globalScript)
globalScript->GetWebShell(getter_AddRefs(webshell)); globalScript->GetWebShell(getter_AddRefs(webshell));