Backed out changeset ce357b802532 (bug 1046841) for merge conflicts with bug 977026.

This commit is contained in:
Ryan VanderMeulen
2014-08-01 16:00:35 -04:00
parent a87c9fbc1f
commit c21ff0fd3b
12 changed files with 1840 additions and 2042 deletions

View File

@@ -25,8 +25,8 @@ struct Module
struct CIDEntry;
typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr)(
const Module& module, const CIDEntry& entry);
typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr)
(const Module& module, const CIDEntry& entry);
typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter,
const nsIID& aIID,
@@ -62,7 +62,7 @@ struct Module
struct ContractIDEntry
{
const char* contractid;
nsID const* cid;
nsID const * cid;
ProcessSelector processSelector;
};