зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1599304: Make SpecialPowers.Focus check for availability of this.manager.rootFrameLoader before dereferencing it. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D54648 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e37c828f9c
Коммит
b724f12298
|
@ -577,7 +577,9 @@ class SpecialPowersParent extends JSWindowActorParent {
|
|||
return undefined;
|
||||
|
||||
case "SpecialPowers.Focus":
|
||||
if (this.manager.rootFrameLoader) {
|
||||
this.manager.rootFrameLoader.ownerElement.focus();
|
||||
}
|
||||
return undefined;
|
||||
|
||||
case "SpecialPowers.CreateFiles":
|
||||
|
|
Загрузка…
Ссылка в новой задаче