Fixed jstracer.cpp no longer building in the browser because of -pedantic.

This commit is contained in:
David Anderson 2008-09-22 11:23:22 -07:00
parent 368f7d5382
commit d1bc6dc0d8

View File

@ -112,6 +112,7 @@ enum jitstat_ids {
#define JITSTAT(x) STAT ## x ## ID,
#include "jitstats.tbl"
#undef JITSTAT
STAT_IDS_TOTAL
};
static JSPropertySpec jitstats_props[] = {