Bug 833939 - Initialize gLogConsoleErrors to FALSE, also in debug builds. r=bsmedberg

This commit is contained in:
Mike de Boer 2013-03-04 12:50:06 +01:00
Родитель 7e84b93246
Коммит 94204a0497
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -1062,12 +1062,7 @@ static nsresult AppInfoConstructor(nsISupports* aOuter,
QueryInterface(aIID, aResult);
}
bool gLogConsoleErrors
#ifdef DEBUG
= true;
#else
= false;
#endif
bool gLogConsoleErrors = false;
#define NS_ENSURE_TRUE_LOG(x, ret) \
PR_BEGIN_MACRO \