mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2()
This commit is contained in:
parent
3f7f553a82
commit
5bbef1bbc3
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ FeedConverter.prototype = {
|
|||
}
|
||||
|
||||
chromeChannel.loadGroup = this._request.loadGroup;
|
||||
chromeChannel.asyncOpen(this._listener, null);
|
||||
chromeChannel.asyncOpen2(this._listener);
|
||||
}
|
||||
finally {
|
||||
this._releaseHandles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue