don't know how this got through, I must not have saved the file from my IDE?

git-svn-id: svn://10.0.0.236/trunk@53989 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-11-19 08:43:27 +00:00
parent 046103d30b
commit 08cb20b3f9
2 changed files with 4 additions and 4 deletions

View File

@@ -855,8 +855,8 @@ nsWebShell::Embed(nsIContentViewer* aContentViewer,
NS_ENSURE_SUCCESS(newMUDV->SetHintCharacterSet (hintCharset), NS_ERROR_FAILURE);
NS_ENSURE_SUCCESS(newMUDV->SetHintCharacterSetSource (hintCharsetSource), NS_ERROR_FAILURE);
if (defaultCharSet) {
Recycle(defaultCharSet);
if (defaultCharset) {
Recycle(defaultCharset);
}
if (forceCharset) {
Recycle(forceCharset);