mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
fix linux build bustage
This commit is contained in:
parent
56d00680fb
commit
88704503d9
@ -81,6 +81,7 @@
|
||||
|
||||
static void openMailWindow(const PRUnichar * aMailWindowName, const char * aFolderUri)
|
||||
{
|
||||
nsresult rv;
|
||||
nsCOMPtr<nsIMsgMailSession> mailSession ( do_GetService(NS_MSGMAILSESSION_CONTRACTID, &rv));
|
||||
if (NS_FAILED(rv))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user