Skip to content
Snippets Groups Projects
Commit 384c15fc authored by warren%netscape.com's avatar warren%netscape.com
Browse files

Fixed mac bustage.

parent 7d8b4d36
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ nsBaseFactory::CreateInstance(nsISupports *aOuter, const nsIID &aIID, void **aRe
if (mClassID.Equals(kObserverCID)) {
return NS_NewObserver((nsIObserver**)aResult);
}
#ifdef XP_PC // XXX for now until i fix the build
if (mClassID.Equals(kPageManagerCID)) {
nsPageMgr* pageMgr = new nsPageMgr();
if (pageMgr == nsnull)
......@@ -156,7 +156,7 @@ nsBaseFactory::CreateInstance(nsISupports *aOuter, const nsIID &aIID, void **aRe
}
return NS_OK;
}
#endif
return NS_NOINTERFACE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment