Bug 1575197 - Replace removed break statement when notifications are activated to avoid updating unnecessarily. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D42632

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2019-08-20 19:04:57 +00:00
parent f9533f14ee
commit 638d025a66

View File

@ -771,6 +771,7 @@ PopupNotifications.prototype = {
for (let elt of this.panel.children) {
elt.notification.timeShown = this.window.performance.now();
}
break;
}
// fall through
case "TabSelect":