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); },