Bug 1349529 - fix newChannel implementation of moz: protocol handler, r=mayhemer

MozReview-Commit-ID: J02XkP2ZFir

--HG--
extra : rebase_source : 5105fad71cd8b80bd6c7aa29a9c42fcb69671ecc
This commit is contained in:
Gijs Kruitbosch 2017-03-22 12:43:46 +00:00
parent adc9b921fb
commit 48a5a85796

View File

@ -37,7 +37,7 @@ mozProtocolHandler.prototype = {
},
newChannel(uri) {
return this.newChannel(uri, null);
return this.newChannel2(uri, null);
},
classID: Components.ID("{47a45e5f-691e-4799-8686-14f8d3fc0f8c}"),