зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1590780 - Cleanup PiP video listeners when closed r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D50670 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ec30cc58df
Коммит
8098a9825a
|
@ -1027,6 +1027,7 @@ class PictureInPictureChild extends ActorChild {
|
|||
"unload",
|
||||
() => {
|
||||
if (this.weakVideo) {
|
||||
this.untrackOriginatingVideo(this.weakVideo);
|
||||
this.weakVideo.stopCloningElementVisually();
|
||||
}
|
||||
gWeakVideo = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче