Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2()

This commit is contained in:
janekptacijarabaci 2018-04-30 23:48:34 +02:00 committed by Roy Tam
commit 5bbef1bbc3

View file

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