Bug 617339. Make chrome channels always default to UTF-8. r=bsmedberg

This commit is contained in:
Boris Zbarsky 2010-12-22 19:49:52 -05:00
Родитель 3565cd0fcd
Коммит e6e4b8bc06
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -212,6 +212,7 @@ nsChromeProtocolHandler::NewChannel(nsIURI* aURI,
// and with startupcache not at all), but this is where we would start
// if we need to re-add.
// See bug 531886, bug 533038.
result->SetContentCharset(NS_LITERAL_CSTRING("UTF-8"));
*aResult = result;
NS_ADDREF(*aResult);