mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
fixing bustage - don't use AutoString since it's not a frozen string API
This commit is contained in:
parent
18b9657035
commit
8df17f7e8b
@ -325,10 +325,10 @@ nsLoadCollector::OnStateChange(nsIWebProgress *webProgress,
|
||||
PRBool isChrome = PR_FALSE;
|
||||
uri->SchemeIs("chrome", &isChrome);
|
||||
if (isChrome) {
|
||||
nsCAutoString spec;
|
||||
nsCString spec;
|
||||
uri->GetSpec(spec);
|
||||
|
||||
nsCAutoString hashedSpec;
|
||||
nsCString hashedSpec;
|
||||
rv = ms->HashUTF8(spec, hashedSpec);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user