Merge MC -> JM

This commit is contained in:
Brian Hackett
2011-11-18 18:02:40 -08:00
1351 changed files with 15849 additions and 6020 deletions

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) {