Implement LoadDocument(), a new method that is part of the nsIWebShellServices interface.

This commit is contained in:
nisheeth%netscape.com 1999-05-07 00:21:57 +00:00
Родитель 3c4a5ec5b8
Коммит 828efdeb93
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1944,6 +1944,8 @@ nsWebShell::LoadDocument(const char* aURL,
const char* aCharset,
nsCharsetSource aSource)
{
nsAutoString url(aURL);
LoadURL(url.GetUnicode());
return NS_OK;
}

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

@ -1944,6 +1944,8 @@ nsWebShell::LoadDocument(const char* aURL,
const char* aCharset,
nsCharsetSource aSource)
{
nsAutoString url(aURL);
LoadURL(url.GetUnicode());
return NS_OK;
}