Fixed comment
git-svn-id: svn://10.0.0.236/trunk@61593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -585,7 +585,7 @@ static void InitTraceLog(void)
|
||||
|
||||
const char* classes = getenv("XPCOM_MEM_LOG_CLASSES");
|
||||
if (classes) {
|
||||
// if XPCOM_LOG_REFCNTS was set to some value, the value is interpreted
|
||||
// if XPCOM_MEM_LOG_CLASSES was set to some value, the value is interpreted
|
||||
// as a list of class names to track
|
||||
gTypesToLog = PL_NewHashTable(256,
|
||||
PL_HashString,
|
||||
|
||||
@@ -585,7 +585,7 @@ static void InitTraceLog(void)
|
||||
|
||||
const char* classes = getenv("XPCOM_MEM_LOG_CLASSES");
|
||||
if (classes) {
|
||||
// if XPCOM_LOG_REFCNTS was set to some value, the value is interpreted
|
||||
// if XPCOM_MEM_LOG_CLASSES was set to some value, the value is interpreted
|
||||
// as a list of class names to track
|
||||
gTypesToLog = PL_NewHashTable(256,
|
||||
PL_HashString,
|
||||
|
||||
Reference in New Issue
Block a user