update to sync with nsString2

This commit is contained in:
rickg%netscape.com 1999-04-22 07:07:55 +00:00
parent 8cdb907705
commit 6fabed1609

View File

@ -660,7 +660,7 @@ nsSilentDownloadTask::LoadScript(void)
if (rv == NS_OK)
{
rv = mWindow->GetWebShell(mWebShell);
mWebShell->LoadURL(mScript);
mWebShell->LoadURL(mScript.GetUnicode());
}
else
{
@ -676,7 +676,7 @@ nsSilentDownloadTask::LoadScript(void)
{
if (mWebShell)
{
mWebShell->LoadURL(mScript);
mWebShell->LoadURL(mScript.GetUnicode());
}
else
{