From f84d6ef70c1b7ea8e08a4e2d511c7929ba9fdee6 Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Wed, 4 Aug 1999 19:47:42 +0000 Subject: [PATCH] change other assignment of nsIDOMWindow in case that's the problem --- mailnews/base/src/nsMsgStatusFeedback.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailnews/base/src/nsMsgStatusFeedback.cpp b/mailnews/base/src/nsMsgStatusFeedback.cpp index 795abdc8800..3db0b9da508 100644 --- a/mailnews/base/src/nsMsgStatusFeedback.cpp +++ b/mailnews/base/src/nsMsgStatusFeedback.cpp @@ -60,8 +60,9 @@ nsMsgStatusFeedback::OnStartDocumentLoad(nsIDocumentLoader* aLoader, nsIURI* aUR if (mWindow) { + nsIDOMWindow *aWindow = mWindow; nsCOMPtr - globalScript(do_QueryInterface(mWindow)); + globalScript(do_QueryInterface(aWindow)); nsCOMPtr webshell, rootWebshell; if (globalScript) globalScript->GetWebShell(getter_AddRefs(webshell));