зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1067325 - Update charset when history is disabled. r=mconley
This commit is contained in:
Родитель
2f84003843
Коммит
3516db2912
|
@ -443,7 +443,7 @@ ViewSourceChrome.prototype = {
|
|||
doPageLoad: this.historyEnabled,
|
||||
});
|
||||
|
||||
if (this.historyEnabled) {
|
||||
if (!this.historyEnabled) {
|
||||
this.browser
|
||||
.reloadWithFlags(Ci.nsIWebNavigation.LOAD_FLAGS_CHARSET_CHANGE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче