mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Second followup to bug 542053; missed a spot.
This commit is contained in:
parent
68b2c72783
commit
38dc22c7f5
@ -183,7 +183,9 @@ GeckoChildProcessHost::PerformAsyncLaunch(std::vector<std::string> aExtraOpts)
|
||||
// we split the logic here.
|
||||
|
||||
FilePath exePath;
|
||||
#ifdef OS_LINUX
|
||||
base::environment_map newEnvVars;
|
||||
#endif
|
||||
|
||||
nsCOMPtr<nsIProperties> directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID));
|
||||
nsCOMPtr<nsIFile> greDir;
|
||||
|
Loading…
Reference in New Issue
Block a user