mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1147562 - Update remaining callsites of newChannel before landing the shim in chrome/ (r=bsmedberg)
This commit is contained in:
parent
beddb99407
commit
405eabbba5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user