mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
update to sync with nsString2
This commit is contained in:
parent
8cdb907705
commit
6fabed1609
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user