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 51552bb8a5
commit 94302298d4

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