Bustage fix for bug 480745 on a CLOSED TREE.

This commit is contained in:
Ryan VanderMeulen 2012-08-16 19:28:16 -04:00
Родитель 973c446381
Коммит 716f20bbce
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1667,7 +1667,7 @@ nsNSSComponent::InitializeNSS(bool showWarningBox)
cfmSecurityPath->AppendNative(NS_LITERAL_CSTRING("Security"));
#endif
#ifdef defined(XP_MACOSX)
#if defined(XP_MACOSX)
// On MachO, we need to access both directories,
// and therefore need separate nsIFile instances.
// Keep cfmSecurityPath instance, obtain new instance for MachO profilePath.