Another instance with the same issue as the previous patch

This commit is contained in:
neil%parkwaycc.co.uk 2005-02-25 16:17:16 +00:00
Родитель 11a95889b2
Коммит 003772fd36
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -615,7 +615,7 @@ nsEditingSession::TearDownEditorOnWindow(nsIDOMWindow *aWindow)
docShell->SetAllowJavascript(PR_TRUE);
}
nsCOMPtr<nsIDOMWindowUtils> utils(do_QueryInterface(aWindow));
nsCOMPtr<nsIDOMWindowUtils> utils(do_GetInterface(aWindow));
if (utils)
utils->SetImageAnimationMode(mImageAnimationMode);