mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Fix for Solaris CC build.
This commit is contained in:
parent
0ec05091c1
commit
52af1d4954
@ -140,6 +140,9 @@ nsresult NS_NewSelectionMgr(nsISelectionMgr** aInstancePtrResult)
|
||||
nsSelectionMgr* sm = new nsSelectionMgr;
|
||||
static nsIID iid = NS_ISELECTIONMGR_IID;
|
||||
return sm->QueryInterface(iid, (void**) aInstancePtrResult);
|
||||
#else
|
||||
// Need to return something here to not break the build on Solaris CC.
|
||||
return NS_OK;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user