зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1409747 - fixed compilation on macOS with the sandbox disabled; r=haik
MozReview-Commit-ID: F9lNO8OPKS4 --HG-- extra : rebase_source : dbf7e1858f712182bab5c85fbd70b5b4293c5db5
This commit is contained in:
Родитель
6ed6471255
Коммит
279b3dd5ce
|
@ -127,7 +127,7 @@ GetPluginFile(const nsAString& aPluginPath,
|
|||
return GetPluginFile(aPluginPath, unusedlibDir, aLibFile);
|
||||
}
|
||||
|
||||
#if defined(XP_MACOSX) && defined(MOZ_GMP_SANDBOX)
|
||||
#if defined(XP_MACOSX)
|
||||
static nsCString
|
||||
GetNativeTarget(nsIFile* aFile)
|
||||
{
|
||||
|
@ -142,6 +142,7 @@ GetNativeTarget(nsIFile* aFile)
|
|||
return path;
|
||||
}
|
||||
|
||||
#if defined(MOZ_GMP_SANDBOX)
|
||||
static bool
|
||||
GetPluginPaths(const nsAString& aPluginPath,
|
||||
nsCString &aPluginDirectoryPath,
|
||||
|
@ -230,7 +231,8 @@ GMPChild::SetMacSandboxInfo(MacSandboxPluginType aPluginType)
|
|||
mGMPLoader->SetSandboxInfo(&info);
|
||||
return true;
|
||||
}
|
||||
#endif // XP_MACOSX && MOZ_GMP_SANDBOX
|
||||
#endif // MOZ_GMP_SANDBOX
|
||||
#endif // XP_MACOSX
|
||||
|
||||
bool
|
||||
GMPChild::Init(const nsAString& aPluginPath,
|
||||
|
|
Загрузка…
Ссылка в новой задаче