From 86a63bf1fa8fb231a74cd8b409e58af4aa45ae5b Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Tue, 13 Nov 2007 05:21:22 +0000 Subject: [PATCH] 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 --- mozilla/toolkit/components/urlformatter/src/nsURLFormatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/components/urlformatter/src/nsURLFormatter.js b/mozilla/toolkit/components/urlformatter/src/nsURLFormatter.js index 558188b74c1..bddb70219f2 100644 --- a/mozilla/toolkit/components/urlformatter/src/nsURLFormatter.js +++ b/mozilla/toolkit/components/urlformatter/src/nsURLFormatter.js @@ -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); },