Bug 1147562 - Update remaining callsites of newChannel before landing the shim in chrome/ (r=bsmedberg)

This commit is contained in:
Christoph Kerschbaumer 2015-04-09 10:11:05 -07:00
parent 48400592ff
commit 24ee641f5e

View File

@ -63,6 +63,7 @@ ProtocolHandler.prototype =
}
return uri;
},
newChannel2: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
newChannel: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
QueryInterface: XPCOMUtils.generateQI([
Ci.nsIProtocolHandler