From d1bc6dc0d8eef83ff9d0b06f2251e560db021fab Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 22 Sep 2008 11:23:22 -0700 Subject: [PATCH] Fixed jstracer.cpp no longer building in the browser because of -pedantic. --- js/src/jstracer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/jstracer.cpp b/js/src/jstracer.cpp index 976884ee5ab..cba48d05e9f 100644 --- a/js/src/jstracer.cpp +++ b/js/src/jstracer.cpp @@ -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[] = {