From a6a8a82ab002cf743606f6679a22c2585bd32438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Qu=C3=A8ze?= Date: Thu, 27 Feb 2014 13:36:12 +0100 Subject: [PATCH] Bug 974443 - The WebRTC toolbar button seems broken when the tab using a device is already selected, r=felipe. --- browser/base/content/browser-webrtcUI.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/base/content/browser-webrtcUI.js b/browser/base/content/browser-webrtcUI.js index fb1ea0b7d4f..713407eb6dd 100644 --- a/browser/base/content/browser-webrtcUI.js +++ b/browser/base/content/browser-webrtcUI.js @@ -59,5 +59,7 @@ let WebrtcIndicator = { streamData.browser.focus(); } browserWindow.focus(); + PopupNotifications.getNotification("webRTC-sharingDevices", + streamData.browser).reshow(); } }