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:
gavin%gavinsharp.com 2006-03-01 02:33:38 +00:00
parent e0295c55bf
commit 6787ff0352

View File

@ -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