Bug 1191038 - Remove the sound playing icon from a tab when it crashes; r=jaws

This commit is contained in:
Ehsan Akhgari 2015-08-04 16:20:25 -04:00
parent 362e16ffd1
commit dac6c24fcf

View File

@ -4255,6 +4255,7 @@
browser.removeAttribute("crashedPageTitle");
let tab = this.getTabForBrowser(browser);
tab.setAttribute("crashed", true);
tab.removeAttribute("soundplaying");
this.setIcon(tab, icon);
]]>
</handler>