Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2(). r=gijs

This commit is contained in:
Christoph Kerschbaumer 2017-01-04 08:57:09 +01:00
Родитель 4e282917d8
Коммит c91494bfe8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -264,7 +264,7 @@ FeedConverter.prototype = {
}
chromeChannel.loadGroup = this._request.loadGroup;
chromeChannel.asyncOpen(this._listener, null);
chromeChannel.asyncOpen2(this._listener);
} finally {
this._releaseHandles();
}