This commit is contained in:
rickg%netscape.com 1999-05-04 06:38:37 +00:00
Родитель d0ca9f4302
Коммит e320c2bafb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1211,7 +1211,7 @@ nsWebShell::AddChild(nsIWebShell* aChild)
}
mChildren.AppendElement(aChild);
aChild->SetParent(this);
aChild->SetDefaultCharacterSet(mDefaultCharacterSet);
aChild->SetDefaultCharacterSet(mDefaultCharacterSet.GetUnicode());
NS_ADDREF(aChild);
return NS_OK;

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

@ -1211,7 +1211,7 @@ nsWebShell::AddChild(nsIWebShell* aChild)
}
mChildren.AppendElement(aChild);
aChild->SetParent(this);
aChild->SetDefaultCharacterSet(mDefaultCharacterSet);
aChild->SetDefaultCharacterSet(mDefaultCharacterSet.GetUnicode());
NS_ADDREF(aChild);
return NS_OK;