Bug 702496 - Fix MOZ_GCTIMER makeTable. r=billm

This commit is contained in:
Gregor Wagner
2011-11-16 10:56:51 -08:00
parent f59db25a16
commit 76ff2c1e9c

View File

@@ -118,6 +118,7 @@ Statistics::makeTable(ColumnInfo *cols)
Statistics::Statistics(JSRuntime *rt)
: runtime(rt)
, triggerReason(PUBLIC_API) //dummy reason to satisfy makeTable
{
char *env = getenv("MOZ_GCTIMER");
if (!env || strcmp(env, "none") == 0) {