Second followup to bug 542053; missed a spot.

This commit is contained in:
Chris Jones 2010-04-09 15:24:41 -05:00
Родитель 68b2c72783
Коммит 38dc22c7f5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;