Camino only - Bug 365323: Punycode non-ASCII domains for RSS handoff. r=kreeger sr=pink

git-svn-id: svn://10.0.0.236/trunk@218722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu
2007-01-21 18:04:17 +00:00
parent 66cba9f983
commit 4ac415a421

View File

@@ -965,7 +965,7 @@ CHBrowserListener::HandleFeedLink(nsIDOMElement* inElement)
feedURI->SetScheme(NS_LITERAL_CSTRING("feed"));
nsCAutoString feedFullURI;
feedURI->GetSpec(feedFullURI);
feedURI->GetAsciiSpec(feedFullURI);
// get the two specs, the feed's uri and the feed's title
NSString* feedSpec = [NSString stringWith_nsACString:feedFullURI];