mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
remove the reference to nsXPConnectFactory until mac and unix are building it too...
This commit is contained in:
parent
0152481885
commit
b9f3e71ae0
@ -96,11 +96,11 @@ NSGetFactory(nsISupports* serviceMgr,
|
||||
else if (aClass.Equals(kCmdLineServiceCID)) {
|
||||
rv = NS_NewCmdLineServiceFactory(aFactory);
|
||||
}
|
||||
#if 0
|
||||
else if (aClass.Equals(kXPConnectFactoryCID)) {
|
||||
rv = NS_NewXPConnectFactoryFactory(aFactory);
|
||||
}
|
||||
|
||||
#if 0
|
||||
else if (aClass.Equals(kProtocolHelperCID)) {
|
||||
rv = NS_NewDefaultProtocolHelperFactory(aFactory);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user