Backing out fix for #7886 to fix regression #30299

git-svn-id: svn://10.0.0.236/trunk@62223 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cata%netscape.com
2000-03-04 21:44:58 +00:00
parent ea43b4d8b1
commit 1d5e18767f
5 changed files with 2 additions and 15 deletions

View File

@@ -631,9 +631,6 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
PRUnichar* forceCharsetFromWebShell = NULL;
if (muCV) {
rv = muCV->GetForceCharacterSet(&forceCharsetFromWebShell);
if ((NULL != forceCharsetFromWebShell) && (0 != forceCharsetFromWebShell[0])) {
muCV->SetForceCharacterSet(NULL);
}
}
if(NS_SUCCEEDED(rv) && (nsnull != forceCharsetFromWebShell))
{