Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
This commit is contained in:
@@ -6029,7 +6029,7 @@ function BrowserSetForcedCharacterSet(aCharset)
|
||||
|
||||
function BrowserSetForcedDetector(doReload)
|
||||
{
|
||||
gBrowser.documentCharsetInfo.forcedDetector = true;
|
||||
gBrowser.docShell.forcedDetector = true;
|
||||
if (doReload)
|
||||
BrowserReloadWithFlags(nsIWebNavigation.LOAD_FLAGS_CHARSET_CHANGE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user