Bug 347897. view source on feeds preview shows contents of wrong page. r=mano

This commit is contained in:
sayrer%gmail.com 2006-11-19 22:54:29 +00:00
Родитель 19d7043a96
Коммит 24f7580294
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -239,6 +239,7 @@ FeedConverter.prototype = {
else
chromeChannel = ios.newChannelFromURI(result.uri, null);
chromeChannel.loadGroup = this._request.loadGroup;
chromeChannel.asyncOpen(this._listener, null);
}
finally {