diff --git a/ipc/glue/GeckoChildProcessHost.cpp b/ipc/glue/GeckoChildProcessHost.cpp index 29c525a577ac..39ede8dfcd0b 100644 --- a/ipc/glue/GeckoChildProcessHost.cpp +++ b/ipc/glue/GeckoChildProcessHost.cpp @@ -183,7 +183,9 @@ GeckoChildProcessHost::PerformAsyncLaunch(std::vector aExtraOpts) // we split the logic here. FilePath exePath; +#ifdef OS_LINUX base::environment_map newEnvVars; +#endif nsCOMPtr directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID)); nsCOMPtr greDir;