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
Родитель 07326aadf7
Коммит 98e7e79e15
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 {