From 38dc22c7f57d6b4bf1096441af16154fc06ec555 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 9 Apr 2010 15:24:41 -0500 Subject: [PATCH] Second followup to bug 542053; missed a spot. --- ipc/glue/GeckoChildProcessHost.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;