Backed out changeset ce357b802532 (bug 1046841) for merge conflicts with bug 977026.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user