Bug 401862 - ""Cinterfaces" is nonsense" [p=dao r=Mano a1.9=schrep]

git-svn-id: svn://10.0.0.236/trunk@239260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2007-11-13 05:21:22 +00:00
parent cb58b45f69
commit 86a63bf1fa

View File

@@ -159,7 +159,7 @@ var nsURLFormatterModule = {
},
unregisterSelf: function(aCompMgr, aLocation, aType) {
aCompMgr = aCompMgr.QueryInterface(Cinterfaces.nsIComponentRegistrar);
aCompMgr = aCompMgr.QueryInterface(Ci.nsIComponentRegistrar);
aCompMgr.unregisterFactoryLocation(CID, aLocation);
},