зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1254752 - Update pocket to use newChannelWithLoadInfo. r=scaraveo
This commit is contained in:
Родитель
c79819cb84
Коммит
a1df03a4ab
|
@ -108,8 +108,9 @@ PocketAboutPage.prototype = {
|
|||
Ci.nsIAboutModule.MAKE_UNLINKABLE;
|
||||
},
|
||||
|
||||
newChannel: function(aURI) {
|
||||
let channel = Services.io.newChannel(this.chromeURL, null, null);
|
||||
newChannel: function(aURI, aLoadInfo) {
|
||||
let channel = Services.io.newChannelFromURIWithLoadInfo(this.chromeURL,
|
||||
aLoadInfo);
|
||||
channel.originalURI = aURI;
|
||||
return channel;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче