Commit 2a994e10 authored by reed@reedloden.com's avatar reed@reedloden.com
Browse files

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

parent a85d7370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);        
  },