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:
@@ -90,6 +90,11 @@ ScopedXREEmbed::Start()
|
|||||||
|
|
||||||
localFile = do_QueryInterface(parent);
|
localFile = do_QueryInterface(parent);
|
||||||
NS_ENSURE_TRUE_VOID(localFile);
|
NS_ENSURE_TRUE_VOID(localFile);
|
||||||
|
|
||||||
|
rv = localFile->SetNativeLeafName(NS_LITERAL_CSTRING("Resources"));
|
||||||
|
if (NS_FAILED(rv)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user