зеркало из https://github.com/mozilla/gecko-dev.git
QueryInterface -> GetInterface fix for editor smoketest bustage b=283612 r+sr=bz
This commit is contained in:
Родитель
22e70b7136
Коммит
610a46da57
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче