Merge f-t to m-c, a=merge

This commit is contained in:
Phil Ringnalda 2016-09-03 21:52:06 -07:00
commit 40dd4b145b

View File

@ -755,6 +755,9 @@ BrowserGlue.prototype = {
let count = ids.length;
if (count) {
let win = RecentWindow.getMostRecentBrowserWindow();
if (!win) {
return;
}
let nb = win.document.getElementById("global-notificationbox");
let notification = nb.getNotificationWithValue("pending-crash-reports");
if (notification) {