Bug 1067325 - Update charset when history is disabled. r=mconley

This commit is contained in:
J. Ryan Stinnett 2015-05-22 05:16:23 -05:00
Родитель 2f84003843
Коммит 3516db2912
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -443,7 +443,7 @@ ViewSourceChrome.prototype = {
doPageLoad: this.historyEnabled,
});
if (this.historyEnabled) {
if (!this.historyEnabled) {
this.browser
.reloadWithFlags(Ci.nsIWebNavigation.LOAD_FLAGS_CHARSET_CHANGE);
}