From 24ee641f5e962b464254f5b4cb61a6b25ae34ced Mon Sep 17 00:00:00 2001 From: Christoph Kerschbaumer Date: Thu, 9 Apr 2015 10:11:05 -0700 Subject: [PATCH] Bug 1147562 - Update remaining callsites of newChannel before landing the shim in chrome/ (r=bsmedberg) --- chrome/test/unit/test_no_remote_registration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/test/unit/test_no_remote_registration.js b/chrome/test/unit/test_no_remote_registration.js index c3abf2685cd..b529662332e 100644 --- a/chrome/test/unit/test_no_remote_registration.js +++ b/chrome/test/unit/test_no_remote_registration.js @@ -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