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

git-svn-id: svn://10.0.0.236/trunk@30621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-05-07 00:21:57 +00:00
parent 22760c6401
commit da218a6873
2 changed files with 4 additions and 0 deletions

View File

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