Bug 1075691: The GreD for XPCOM-using subprocesses on OSX needs to change due to the v2 signature changes. r=bsmedberg

This commit is contained in:
Stephen Pohl 2014-10-02 13:19:34 -04:00
parent a7de0b2127
commit 61f65fb287

View File

@ -90,6 +90,11 @@ ScopedXREEmbed::Start()
localFile = do_QueryInterface(parent);
NS_ENSURE_TRUE_VOID(localFile);
rv = localFile->SetNativeLeafName(NS_LITERAL_CSTRING("Resources"));
if (NS_FAILED(rv)) {
return;
}
}
#endif