diff --git a/toolkit/components/mozprotocol/mozProtocolHandler.js b/toolkit/components/mozprotocol/mozProtocolHandler.js index a92483f6a259..78e3e38a30a9 100644 --- a/toolkit/components/mozprotocol/mozProtocolHandler.js +++ b/toolkit/components/mozprotocol/mozProtocolHandler.js @@ -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}"),