QueryInterface -> GetInterface fix for editor smoketest bustage b=283612 r+sr=bz

This commit is contained in:
neil%parkwaycc.co.uk 2005-02-25 16:01:18 +00:00
Родитель 22e70b7136
Коммит 610a46da57
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -384,7 +384,7 @@ nsEditingSession::SetupEditorOnWindow(nsIDOMWindow *aWindow)
}
// Disable animation of images in this document:
nsCOMPtr<nsIDOMWindowUtils> utils(do_QueryInterface(aWindow));
nsCOMPtr<nsIDOMWindowUtils> utils(do_GetInterface(aWindow));
if (!utils) return NS_ERROR_FAILURE;
rv = utils->GetImageAnimationMode(&mImageAnimationMode);