Bug 974443 - The WebRTC toolbar button seems broken when the tab using a device is already selected, r=felipe.

This commit is contained in:
Florian Quèze 2014-02-27 13:36:12 +01:00
parent dabdfb04bb
commit a6a8a82ab0

View File

@ -59,5 +59,7 @@ let WebrtcIndicator = {
streamData.browser.focus();
}
browserWindow.focus();
PopupNotifications.getNotification("webRTC-sharingDevices",
streamData.browser).reshow();
}
}