зеркало из https://github.com/mozilla/pjs.git
Reverted change from doronr@naboonline.com to print warning. This gets called erroneously when the program quits.
This commit is contained in:
Родитель
55049e5a10
Коммит
86e087b9b1
|
@ -450,8 +450,6 @@ nsTraceRefcnt::DumpStatistics(StatisticsType type, FILE* out)
|
|||
nsresult rv = NS_OK;
|
||||
#ifdef NS_BUILD_REFCNT_LOGGING
|
||||
if (gBloatLog == nsnull || gBloatView == nsnull) {
|
||||
fprintf(stdout, "Must define environmental variable " \
|
||||
"XPCOM_MEM_BLOAT_LOG\n");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
if (out == nsnull) {
|
||||
|
|
|
@ -450,8 +450,6 @@ nsTraceRefcnt::DumpStatistics(StatisticsType type, FILE* out)
|
|||
nsresult rv = NS_OK;
|
||||
#ifdef NS_BUILD_REFCNT_LOGGING
|
||||
if (gBloatLog == nsnull || gBloatView == nsnull) {
|
||||
fprintf(stdout, "Must define environmental variable " \
|
||||
"XPCOM_MEM_BLOAT_LOG\n");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
if (out == nsnull) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче