We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76366 commit 0ad6467Copy full SHA for 0ad6467
1 file changed
dom/ipc/ContentParent.cpp
@@ -2127,7 +2127,7 @@ ContentParent::GetTestShellSingleton()
2127
return static_cast<TestShellParent*>(p);
2128
}
2129
2130
-#ifdef XP_MACOSX
+#if defined(XP_MACOSX) && defined(MOZ_CONTENT_SANDBOX)
2131
void
2132
ContentParent::AppendSandboxParams(std::vector<std::string> &aArgs)
2133
{
@@ -2239,7 +2239,7 @@ ContentParent::AppendSandboxParams(std::vector<std::string> &aArgs)
2239
2240
#endif // DEBUG
2241
2242
-#endif // XP_MACOSX
+#endif // XP_MACOSX && MOZ_CONTENT_SANDBOX
2243
2244
bool
2245
ContentParent::LaunchSubprocess(ProcessPriority aInitialPriority /* = PROCESS_PRIORITY_FOREGROUND */)
0 commit comments