зеркало из https://github.com/mozilla/pjs.git
change other assignment of nsIDOMWindow in case that's the problem
This commit is contained in:
Родитель
ed1fa29e08
Коммит
f84d6ef70c
|
@ -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));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче