Bug 328890: Fix silly mistake that broke Thunderbird's use of the text-link binding
git-svn-id: svn://10.0.0.236/trunk@191457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e0295c55bf
commit
6787ff0352
@ -327,8 +327,7 @@
|
||||
|
||||
const cID = "@mozilla.org/uriloader/external-protocol-service;1";
|
||||
const nsIEPS = Components.interfaces.nsIExternalProtocolService;
|
||||
var protocolSvc = Components.classes[contractID]
|
||||
.getService(nsIEPS);
|
||||
var protocolSvc = Components.classes[cID].getService(nsIEPS);
|
||||
|
||||
// if the scheme is not an exposed protocol, then opening this link
|
||||
// should be deferred to the system's external protocol handler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user