mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
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:
parent
a7de0b2127
commit
61f65fb287
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user