Back out 5d5425acf620 (bug 1059600) for bc1 bustage

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2014-12-04 21:09:22 -08:00
parent 5e9ce44872
commit d45d42d106

View File

@ -1754,9 +1754,6 @@
// allows the TabLabelModified event to be properly dispatched.
if (!aURI || isBlankPageURL(aURI)) {
t.label = this.mStringBundle.getString("tabs.emptyTabTitle");
} else if (aURI.toLowerCase().startsWith("javascript:")) {
// This can go away when bug 672618 or bug 55696 are fixed.
t.label = aURI;
}
this.tabContainer.updateVisibility();