mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1147562 - Update remaining callsites of newChannel before landing the shim in chrome/ (r=bsmedberg)
This commit is contained in:
parent
48400592ff
commit
24ee641f5e
@ -63,6 +63,7 @@ ProtocolHandler.prototype =
|
|||||||
}
|
}
|
||||||
return uri;
|
return uri;
|
||||||
},
|
},
|
||||||
|
newChannel2: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
|
||||||
newChannel: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
|
newChannel: function() { throw Cr.NS_ERROR_NOT_IMPLEMENTED },
|
||||||
QueryInterface: XPCOMUtils.generateQI([
|
QueryInterface: XPCOMUtils.generateQI([
|
||||||
Ci.nsIProtocolHandler
|
Ci.nsIProtocolHandler
|
||||||
|
Loading…
Reference in New Issue
Block a user