Bug 1264643 - Active gUM permission menu at shutdown leaks the world, r=felipe.

This commit is contained in:
Florian Quèze 2016-04-25 12:36:33 +02:00
Родитель 0d13650f63
Коммит d09fd29d23
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -52,6 +52,11 @@ this.webrtcUI = {
mm.removeMessageListener("webrtc:Request", this);
mm.removeMessageListener("webrtc:CancelRequest", this);
mm.removeMessageListener("webrtc:UpdateBrowserIndicators", this);
if (gIndicatorWindow) {
gIndicatorWindow.close();
gIndicatorWindow = null;
}
},
processIndicators: new Map(),