Fix Linux bustage.
git-svn-id: svn://10.0.0.236/trunk@62622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1720,7 +1720,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
||||
* May regress in other situations.
|
||||
* What a hack
|
||||
*/
|
||||
nsAutoString urlstr = spec;
|
||||
nsAutoString urlstr = (const char *) spec;
|
||||
res = NS_NewURI(getter_AddRefs(newURI), urlstr, nsnull);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user